Nest media queries into CSS

This commit is contained in:
Isaac Mills 2025-07-14 08:57:17 -06:00
parent 76b9d66ae7
commit 09f8eda192
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
6 changed files with 219 additions and 111 deletions

5
.postcssrc Normal file
View file

@ -0,0 +1,5 @@
{
"plugins": {
"postcss-custom-media": true
}
}