@webcomponents/shadycss
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@webcomponents/shadycss", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Styling helpers for ShadyDOM", | ||
@@ -5,0 +5,0 @@ "main": "shadycss.min.js", |
# ShadyCSS | ||
ShadyCSS provides a library to simulate ShadowDOM style encapsulation (ScopingShim), a shim for the proposed CSS mixin `@apply` styntax (ApplyShim), and a library to integrate document-level stylesheets with both of the former libraries (CustomStyleInterface). | ||
ShadyCSS provides a library to simulate ShadowDOM style encapsulation (ScopingShim), a shim for the proposed CSS mixin `@apply` syntax (ApplyShim), and a library to integrate document-level stylesheets with both of the former libraries (CustomStyleInterface). | ||
@@ -5,0 +5,0 @@ ## Requirements |
@@ -13,3 +13,3 @@ /** | ||
import { MIXIN_MATCH, VAR_ASSIGN } from './common-regex' | ||
import { MIXIN_MATCH, VAR_ASSIGN } from './common-regex.js' | ||
@@ -60,2 +60,2 @@ /** | ||
return has; | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3956
508671