postcss-debug-borders
v1.0.11
Published
![Dependabot](https://img.shields.io/badge/dependabot-enabled-%23024ea4?style=for-the-badge) ![npm](https://img.shields.io/npm/v/@fullhuman/postcss-debug-borders?style=for-the-badge) ![npm](https://img.shields.io/npm/dw/@fullhuman/postcss-debug-borders?st
Downloads
6
Readme
postcss-debug-borders
PostCSS plugin to add colored borders around elements.
Installation
npm i -D @fullhuman/postcss-debug-borders postcss
Usage
const debugBorders = require('@fullhuman/postcss-debug-borders')
postcss([
debugBorders({
elements: ['a'],
color: '#ff0000'
})
])
See PostCSS docs for examples for your environment.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
postcss-debug-borders use SemVer for versioning.
License
This project is licensed under the MIT License - see the LICENSE file for details.