@node-projects/web-component-designer-stylesheetservice-css-tree
v0.1.4
Published
web-component-designer addon: Stylesheet Parser Service using css-tree
Downloads
12
Keywords
Readme
web-component-designer-stylesheetservice-css-tree
NPM Package
https://www.npmjs.com/package/@node-projects/web-component-designer-stylesheetservice-css-tree
npm i @node-projects/web-component-designer-stylesheetservice-css-tree
Description
This is a Stylesheetparser using @adobe/css-tree
Usage
import { CssTreeStylesheetService } from '@node-projects/web-component-designer-stylesheetservice-css-tree';
serviceContainer.register("stylesheetService", designerCanvas => new CssTreeStylesheetService(designerCanvas));