Skip to content

Ffloriel/postcss-debug-borders

Repository files navigation

postcss-debug-borders

Dependabot npm npm GitHub

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.