I just started with materialize but now I'm faced with a problem.
When I want to use: @media #{$small-and-up} {
media query in my own scss file I get the following error: Error: Undefined variable: "$medium-and-up".
While I'm importing the materialize.css
file which is compiled from /sass/materialized.scss
.
So my question is how can I use the variables / media querys in my own scss file? I compile the scss by the file watcher plug-in in PHPStorm or by sass compiler installed in command prompt windows.
I hope someone can help me.