0.4.2-alpha.3 • Published 3 years ago

@sincronia/sass-plugin v0.4.2-alpha.3

Weekly downloads
60
License
GPL-3.0
Repository
github
Last release
3 years ago

@sincronia/sass-plugin

Overview

This plugin allows you to run Sass on scss/sass files. This enables you to modularize your CSS and also adds some useful features that CSS doesn't normally support such as variables.

Installation

npm i -D @sincronia/sass-plugin

Options

No options required.

Example Usage

This example takes .scss files and compiles them with the Sass compiler.

//sinc.config.js
module.exports={
  rules:{
    match:/\.scss$/,
    plugins:[
      {
        name:"@sincronia/sass-plugin",
        //No options necessary
        options:{}
      }
    ]
  }
};
0.4.2-alpha.3

3 years ago

0.4.2-alpha.2

3 years ago

0.4.2-alpha.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.10-alpha.2

4 years ago

0.3.10-alpha.1

4 years ago

0.3.10-alpha.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago