1.0.1 • Published 8 years ago

glamor-plugin-extract-to-comment v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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