postcss-debug-borders
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i postcss-debug-borders

Weekly Downloads

0

Version

1.0.11

License

MIT

Unpacked Size

6.68 kB

Total Files

11

Last publish

Collaborators

  • ffloriel