utils for CSS
npm install @hint/utils-css@hint/utils-CSS)Set of helpers to process CSS.
This package is installed automatically when adding webhint to your project
so running the following is enough:
``bash`
npm install hint --save-dev
* getCSSCodeSnippet: Generate a Snippet code for a CSS node.getCSSLocationFromNode
* : Returns the location of a CSS node.getFullCSSCodeSnippet`: Generate a full Snippet code for a CSS node.
*