Closed upq closed 8 years ago
You need to configure the breakpoints. Try to add something like this before you import the module:
@custom-media --sm-viewport max-width:750px;
@custom-media --md-viewport (min-width:750px) and (max-width:960px);
@custom-media --lg-viewport (min-width:960px);
I have it in my theme.css
file as suggested here.
Yep, as @flip-it says, something like:
@import "suitcss";
@custom-media --sm-viewport max-width:750px;
@custom-media --md-viewport (min-width:750px) and (max-width:960px);
@custom-media --lg-viewport (min-width:960px);
Will work as expected then
Im getting this when running npm run build
Its the case for all other components and utils not just flex. but didn't want to post a long redundant log.