aligner-scss

SCSS/SASS support for aligner

adrianlee44

20,925

46

1.3.1

MIT

GitHub

This package provides the following services:

aligner-scss

Aligner add-on to support SASS and SCSS.

Supported operators

::

body {
  font:  100% Helvetica, sans-serif;
  color: #333;
}

{:

li { display: inline-block; }
a  { display: block; }

!:

$tabs-bg:        red        !default;
$tabs-color:     dodgerblue !default;
$tabs-font-size: 16px       !default;

Installation

Aligner must be installed along with this package. For more information, please check out Aligner

Changelog