X Tutup
The Wayback Machine - https://web.archive.org/web/20201018005625/https://github.com/layerJS/postcss-sass
Skip to content
master
Go to file
Code
This branch is 12 commits ahead, 236 commits behind AleshaOleg:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

postcss-sass

Build Status Coverage Status Greenkeeper badge Cult Of Martians

A Sass parser for PostCSS, using gonzales-pe.

Not all Sass syntax supported. Parser under development.

This module does not compile Sass. It simply parses mixins as custom at-rules & variables as properties, so that PostCSS plugins can then transform Sass source code alongside CSS.

Install

npm i postcss-sass --save

Usage

var postcssSass = require("postcss-sass");

postcss(plugins).process(sass, { syntax: postcssSass }).then(function (result) {
    result.content // Sass with transformations
});

About

A Sass parser for PostCSS, using gonzales-pe. https://www.npmjs.com/package/postcss-sass

Resources

License

Packages

No packages published
You can’t perform that action at this time.
X Tutup