fix: import open-props/media.min.css — custom media queries were not resolving

This commit is contained in:
Vigilio Desto 2026-04-10 20:45:01 +02:00
parent e6175b69e0
commit 593b40fc15
Signed by: vigilio
GPG key ID: 159D6AD58C8E55E9
2 changed files with 3 additions and 2 deletions

View file

@ -6,8 +6,9 @@
* 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/media.min.css";
/* 2. Framework layers */
@import "./layers/00-reset.css";