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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    3
  • 1.0.0
    2

Package Sidebar

Install

npm i glamor-plugin-extract-to-comment

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • vdanchenkov