semantic-mixins 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@import compass/utilities/sprites
|
|
2
|
+
@import compass/css3/images
|
|
3
|
+
@import compass/typography/text/replacement
|
|
4
|
+
|
|
1
5
|
// IMAGE MIXINS
|
|
2
6
|
// Before using this mixin you should put the images in a folder called sprites
|
|
3
7
|
// and then import'em like so: @import "sprites/*.png"
|
data/semantic-mixins.gemspec
CHANGED