# CSS utils (`@hint/utils-CSS`)

Set of helpers to process CSS.

## Installation

This package is installed automatically when adding webhint to your project
so running the following is enough:

```bash
npm install hint --save-dev
```

## Utils

* `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.
