Commit bad40d5c authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #1 from twbs/scss

Move to Sass
parents 6bd84210 bafd0b05
Showing with 104 additions and 23 deletions
+104 -23
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
// When you need to remove a gradient background, do not forget to use this to reset // When you need to remove a gradient background, do not forget to use this to reset
// the IE filter for IE9 and below. // the IE filter for IE9 and below.
.reset-filter() { @mixin reset-filter() {
filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)")); filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
} }
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment