Go to file
2018-11-28 11:04:26 +01:00
test fix(format): run gitzone format 2018-11-28 11:04:26 +01:00
ts fix(core): update smartsass 2018-09-20 23:06:26 +02:00
.gitignore first ready to use implementation 2017-03-05 18:29:46 +01:00
.gitlab-ci.yml fix(format): run gitzone format 2018-11-28 11:04:26 +01:00
npmextra.json BREAKING CHANGE(scope): update scope to @pushrocks 2018-09-20 00:47:15 +02:00
package-lock.json 2.0.2 2018-11-28 11:03:50 +01:00
package.json fix(format): run gitzone format 2018-11-28 11:04:26 +01:00
README.md BREAKING CHANGE(scope): update scope to @pushrocks 2018-09-20 00:47:15 +02:00
tslint.json fix(format): run gitzone format 2018-11-28 11:04:26 +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: bourbon.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