Josip Pardon

Results 1 comments of Josip Pardon

Also, `:export { ... }` in `whatever.module.scss` does not work anymore. I have `home-styles.module.scss`: ```scss $biggerTextFontSize: 20px; :export { biggerTextFontSize: $biggerTextFontSize; } ``` But when running `npm run dev`, I...