glamor-plugin-extract-to-comment

1.0.1 • Public • Published

glamor-plugin-extract-to-comment

NPM Version Coverage Status Build Status Downloads Dependency Status License

Glamor plugin that extracts specified css property to comment for better readability.

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

Readme

Keywords

Package Sidebar

Install

npm i glamor-plugin-extract-to-comment

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • vdanchenkov