Static GitHub Issues

[13] Allow usage of CSS preprecessors

prev: How to add postcss plugins
next: Eliminate external resource requests (above and below the fold)

Not sure the best way to implement this, but just like in a normal Vue app, we should be able to do:

<style lang="sass">
@import './defaults.scss'

body
  color: $color-primary
</style>

But as expected, the build fails because of no webpack sass-loader

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c17">#c17</a>)</em></sub></div>