0.0.8 • Published 3 years ago

drifte-sass-helpers v0.0.8

Weekly downloads
61
License
ISC
Repository
-
Last release
3 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

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago