create-snowpack-app icon indicating copy to clipboard operation
create-snowpack-app copied to clipboard

Vue cannot use PostCSS in style tag.

Open pontakornth opened this issue 4 years ago • 1 comments

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.

pontakornth avatar Jul 27 '20 07:07 pontakornth

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

drwpow avatar Jul 27 '20 21:07 drwpow