FredKSchott / create-snowpack-app

The all-in-one app template for Snowpack. [moved]

Home Page:https://www.snowpack.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue cannot use PostCSS in style tag.

pontakornth opened this issue · 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.

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