0.0.8 • Published 4 years ago

drifte-sass-helpers v0.0.8

Weekly downloads
61
License
ISC
Repository
-
Last release
4 years ago

SASS Helpers

Installation

npm install drifte-sass-helpers --save-dev

Usage

Update sass includePaths to include node_modules, then add the following import to your scss files:

@import "drifte-sass-helpers/css";

Use single modules with

@import "drifte-sass-helpers/css/flex";

VS Code Intellisense

Enable implicit autocomplete by installing SCSS IntelliSense and adding the following setting to settings.json:

  "scss.scannerExclude": [
    "**/.git",
    "**/node_modules/!(drifte-sass-helpers)",
    "**/bower_components"
  ]
0.0.8

4 years ago

0.0.5

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago