Created
August 6, 2014 12:45
-
-
Save benfoxall/a773ff4f1c0c3c056198 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
table[sort=up]:after:extend(.icon-arrow-down-12x12-white); | |
table[sort=down]:after:extend(.icon-arrow-up-12x12-white); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "../icons/icons.data.png"; | |
@import "icons.common" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "../icons/icons.data.svg"; | |
@import "icons.common" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "../icons/icons.fallback"; | |
@import "icons.common" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(would require
icons.*.css
to be output asicons.*.less
)