Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 302 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 302 Bytes

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>