Go to file
2024-04-01 21:40:50 +02: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 fix(core): update 2019-10-14 14:35:26 +02:00
.gitlab-ci.yml fix(core): update 2019-10-14 14:35:26 +02:00
npmextra.json update tsconfig 2024-04-01 21:40:50 +02:00
package-lock.json 2.0.6 2020-01-13 19:07:15 +00:00
package.json switch to new org scheme 2023-07-10 10:18:04 +02:00
README.md fix(core): update 2019-10-14 14:35:26 +02:00
tsconfig.json update tsconfig 2024-04-01 21:40:50 +02:00

@pushrocks/smartsass

smart wrapper for sass

Status for master

build status coverage report npm downloads per month Known Vulnerabilities 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

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