0.2.0 • Published 5 years ago

@liquid-js/ts-transform-scss v0.2.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 years ago

TypeScript transformer to inline compiled SASS / SCSS

Use it with ttypescript:

{
    "compilerOptions": {
        "plugins": [
            {
                "transform": "@liquid-js/ts-transform-scss/transform.js"
            }
        ]
    }
}
render() {
    return html`
        <style>
            :inline {
                content: "./source.scss";
            }
        </style>
    `
}

Prefix CSS

See autoprefixer to configure browser compatibility level.

0.2.0

5 years ago

0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago