postcss-sass

WebJar for postcss-sass

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

postcss-sass
Last Version

Last Version

0.4.4
Release Date

Release Date

Type

Type

jar
Description

Description

postcss-sass
WebJar for postcss-sass
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/AleshaOleg/postcss-sass

Download postcss-sass

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/postcss-sass/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>postcss-sass</artifactId>
    <version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/postcss-sass/
implementation 'org.webjars.npm:postcss-sass:0.4.4'
// https://jarcasting.com/artifacts/org.webjars.npm/postcss-sass/
implementation ("org.webjars.npm:postcss-sass:0.4.4")
'org.webjars.npm:postcss-sass:jar:0.4.4'
<dependency org="org.webjars.npm" name="postcss-sass" rev="0.4.4">
  <artifact name="postcss-sass" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='postcss-sass', version='0.4.4')
)
libraryDependencies += "org.webjars.npm" % "postcss-sass" % "0.4.4"
[org.webjars.npm/postcss-sass "0.4.4"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : gonzales-pe jar [4.3.0,5)
org.webjars.npm : postcss jar [7.0.21,8)

Project Modules

There are no modules declared in this project.

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
});

Versions

Version
0.4.4
0.3.5