Skip to content

Commit

Permalink
new properties added
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 24, 2016
1 parent c3c0ced commit 655d4d1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/admin_scripts/config/development/stylesheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@
"min-height",
"min-width",
"opacity",
"-o-opacity",
"-ms-opacity",
"-moz-opacity",
"-khtml-opacity",
"-webkit-opacity",
"orphans",
"osx-font-smoothing",
"-o-osx-font-smoothing",
Expand Down Expand Up @@ -385,7 +390,13 @@
"word-break",
"word-spacing",
"word-wrap",
"z-index"
"z-index",
"zoom",
"-o-zoom",
"-ms-zoom",
"-moz-zoom",
"-khtml-zoom",
"-webkit-zoom"
),
"rules_skip" : (
"@-",
Expand Down

0 comments on commit 655d4d1

Please sign in to comment.