FredKSchott / create-snowpack-app

The all-in-one app template for Snowpack. [moved]
https://www.snowpack.dev
Other
727 stars 96 forks source link

Vue cannot use PostCSS in style tag. #192

Open pontakornth opened 4 years ago

pontakornth commented 4 years ago

The loaded CSS file from import statement work fine with build script. But the style in Vue file doesn't load PostCSS and it put raw unprocessed file instead. Current workaround is to import file using import statement manually.

drwpow commented 4 years ago

Hey @pontakornth. What is the expected behavior here? Is there a particular build system (Vue CLI, webpack) that does this correctly?