@liquid-js/ts-transform-scss
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @liquid-js/ts-transform-scss

Weekly Downloads

0

Version

0.2.0

License

GPL-3.0

Unpacked Size

48.4 kB

Total Files

6

Last publish

Collaborators

  • hitko