fix: import open-props/media.min.css — custom media queries were not resolving
This commit is contained in:
parent
e6175b69e0
commit
593b40fc15
2 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -6,8 +6,9 @@
|
||||||
* postcss-import drops any @import that follows a rule.
|
* postcss-import drops any @import that follows a rule.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 1. Open Props token foundation */
|
/* 1. Open Props foundation */
|
||||||
@import "open-props/open-props.min.css";
|
@import "open-props/open-props.min.css";
|
||||||
|
@import "open-props/media.min.css";
|
||||||
|
|
||||||
/* 2. Framework layers */
|
/* 2. Framework layers */
|
||||||
@import "./layers/00-reset.css";
|
@import "./layers/00-reset.css";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue