glamor-plugin-extract-to-comment
v1.0.1
Published
Glamor plugin. Extracts css properties to comments for better readability.
Downloads
2
Readme
glamor-plugin-extract-to-comment
Install
npm install -S glamor-plugin-extract-to-comment
Usage
import extractToComment from "glamor-plugin-extract-to-comment"
import { plugins } from 'glamor'
// to show labels as comments and remove them from rules
plugins.add(extractToComment('label', true))
// or simply
plugins.add(extractToComment())
License
MIT © Vladimir Danchenkov