Skip to content

PostCSS plugin to turn CSS files into Polymer dom-modules

Notifications You must be signed in to change notification settings

Firefund/postcss-dom-module

Repository files navigation

postcss-dom-module

Convert CSS file into a Web Component you can include in other Web Components.

PostCSS plugin to turn CSS files into Polymer dom-modules

<dom-module id="{{id}}">
  <template>
    <style>
      {{styles|safe}}
    </style>
  </template>
</dom-module>

About

PostCSS plugin to turn CSS files into Polymer dom-modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published