polymer-style-factory

A tool to generate style modules based on SASS entry points.

Usage no npm install needed!

<script type="module">
  import polymerStyleFactory from 'https://cdn.skypack.dev/polymer-style-factory';
</script>

README

Polymer Style Factory

Simple CLI application to convert SASS into Polymer Shared Style Modules

Install

$ npm install -g polymer-style-factory

Usage

Usage:
  psf.js [OPTIONS] <command> [ARGS]

Options:
  -i, --input [STRING]   The input dir which contains the SASS files.
  -o, --output [STRING]  The output directory for the compiled SASS files.
  -e, --eq BOOLEAN       Use same output dir as input dir for compilation.
  -h, --help             Display help and usage details

Commands:
  compile

DOCS COMING SOON