Go to file
2017-03-12 12:13:29 +01:00
dist add inlude paths later on 2017-03-12 10:59:21 +01:00
ts add inlude paths later on 2017-03-12 10:59:21 +01:00
.gitignore first ready to use implementation 2017-03-05 18:29:46 +01:00
.gitlab-ci.yml add includePaths 2017-03-12 00:55:34 +01:00
npmextra.json add npmextra.json 2017-03-05 20:03:21 +01:00
package.json 1.0.5 2017-03-12 10:59:26 +01:00
README.md improve README 2017-03-12 12:13:29 +01:00
tslint.json add ci 2017-02-16 00:37:20 +01:00
yarn.lock first ready to use implementation 2017-03-05 18:29:46 +01:00

smartsass

smart wrapper for sass

Availabililty

npm git git docs

Status for master

build status coverage report npm downloads per month Dependency Status bitHound Dependencies bitHound Code TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class instellisense.

import * as smartsass from 'smartsass'
import * as bourbon from 'bourbon
import * as neat from 'neat'

let mySmartsass = new smartsass.Smartsass({
  filePath: './some.css',
  includePaths: boubon.includePaths
})

mySmartsass.addIncludePaths(neat.includePaths)

let renderedString = mySmartsass.render()

For further information read the linked docs at the top of this README.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer