README.md in compass-respond-0.0.2 vs README.md in compass-respond-0.0.3
- old
+ new
@@ -8,10 +8,18 @@
+ +respond-above($screen-size)
+respond-to example
-------------------
+Options:
+
+ * handhelds
+ * wide-handhelds
+ * tablets
+ * desktops
+ * retina
+
SASS:
@import "respond-to"
.content
width: 100%
@@ -36,9 +44,17 @@
@media only screen and (min-width: 768px) and (max-width: 959px) { .content { width: 80%; } }
@media only screen and (min-width: 960px) { .content { width: 70%; max-width: 1150px; } }
+respond-above example
----------------------
+
+Options:
+
+ * xs
+ * s
+ * m
+ * l
+ * xl
SASS:
@import "respond-above"
.charts
\ No newline at end of file