postcss-console
A PostCSS plugin output messages to the terminal.
Installation
npm install postcss-console
What is this? For example, you have the following CSS file (I'm using postcss-each, postcss-text-transform and postcss-cssnext):
backgrounds.css
} } @
And the plugin will give you:
Usage
JavaScript
Put this plugin after all plugins
;
TypeScript
; ;
@@@@
Testing
This will build scripts, run tests and generate a code coverage report. Anything less than 100% coverage will throw an error.
npm test
See PostCSS docs for examples for your environment.
Contributing
- ⇄ Pull requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.
- Pull requests must be accompanied by passing automated tests (
npm test
).