css - Media queries with sass -
I'm getting errors in compiling my sauce files through Media Query Mixes. I followed many tutorials, but it will not compile I Sass 3.3.0.alpha.67 (bleeding edge)
.
This is my code
/ * finally included * / @ michigan mobile-only {@ media (max-width: 320px ) {@content; }} / * This is where the rest of my luggage * / body {@ in it only mobile-display {display: none; }}
I am compiling and viewing for changes using Scout. Do I need to do something else?
No longer seems an issue modified code in
coding Explained.
@missine start-desktop-size {@ media (minimum-width: 1024px) {@content; }} Body {@ included- desktop-size {background: red; }}
Comments
Post a Comment