@olivierbelaud/scenso-scss

1.0.2 • Public • Published

Scenso SCSS

npm npm (scoped with tag)

Setup

  • Add @olivierbelaud/scenso-scss dependency using yarn or npm to your project
  • Add @olivierbelaud/scenso-scss to modules section of nuxt.config.js
{
  modules: [
    '@olivierbelaud/scenso-scss'
  ]
}
  • Add node-sass sass-loader in your dev dependency using yarn or npm to your project

// - You will need to use postcss loader if you are not already using it.

// ```js

// build: { // /* // ** You can extend webpack config here // */ // postcss: { // plugins: { // 'postcss-preset-env': { // features: { // customProperties: false // } // } // } // }, // extend(config, ctx) { // // Run ESLint on save // if (ctx.isDev && ctx.isClient) { // config.module.rules.push({ // enforce: 'pre', // test: /.(js|vue)$/, // loader: 'eslint-loader', // exclude: /(node_modules)/ // }) // } // } // } // ```

Readme

Keywords

none

Package Sidebar

Install

npm i @olivierbelaud/scenso-scss

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

128 kB

Total Files

60

Last publish

Collaborators

  • olivierbel