Fynn Ellie Becker
Fynn Ellie Becker
I created a basic reproduction case here: https://github.com/mvsde/postcss-cascade-layers What’s happening: I `@import` another CSS file with `layer(test)`. That other file includes a media query. After running this through PostCSS with...
The following deprecation warnings should be fixed: > "hot: true" automatically applies HMR plugin, you don't have to add it manually to your webpack configuration. > Using 'compiler' as the...
There is a fantastic example by [Anthony Fu](https://antfu.me/notes#type-your-config) for typed configs that work both in JS and TS: ```js // vite.config.js import { defineConfig } from 'vite' export default defineConfig({...