Closed issam-seghir closed 1 year ago
It works after adding rfs
to postcss
config and stopping and running the build script again
import postcssPresetEnv from "postcss-preset-env"; import rfs from "rfs"; export default { plugins: [ rfs({}), postcssPresetEnv({ stage: 1 }), ], };
I'm using postcss , with sass (scss syntax) , and i want to use rfs() in postcss syntax like this :
style.scss
filei'm using
vite
and when i run build script the converted css file look like this :index.css