chriseppstein-compass 0.3.2 → 0.3.3
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.
- data/VERSION +1 -1
- data/compass.gemspec +1 -1
- data/frameworks/compass/stylesheets/compass/utilities/_print.sass +4 -4
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.3
|
data/compass.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
// Classes that are useful for controlling what gets printed.
|
|
2
|
+
// You must mix +print-utilities into your print stylesheet
|
|
3
|
+
// and +print-utilities("screen") into your screen stylesheet.
|
|
4
|
+
// Note: these aren't semantic.
|
|
5
5
|
=print-utilities(!media = "print")
|
|
6
6
|
@if !media == "print"
|
|
7
7
|
.noprint,
|