@sincronia/sass-plugin

0.4.2-alpha.3 • Public • Published

@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:{}
      }
    ]
  }
};

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @sincronia/sass-plugin

Weekly Downloads

1

Version

0.4.2-alpha.3

License

GPL-3.0

Unpacked Size

37.6 kB

Total Files

4

Last publish

Collaborators

  • jarrod.deboy
  • brandonsmith-nuvolo
  • jakeye-nuvolo
  • nuvolo-admin