Poi uses sensible defaults for importing .css
files. Sass isn't included by default, but simply installing the required packages gets you up-and-running. This lesson walks you through importing css
and scss
files into your project.
Just a heads up for anyone who watches this, the CSS loaders are no longer included. When I attempted to run what's in the video, Poi told me I needed to install vue-style-loader
and css-loader
. After I added these as dev dependencies everything worked well.