# [pixelperfectcss-scss](https://dnomak.com/pixelperfectcss/)
Pixel Perfect CSS (Scss)
## Install
### [Settings download](https://raw.githubusercontent.com/pixelperfectcss/pixelperfectcss-scss/master/pixelperfectcss-settings.scss)
```scss
@import "pixelperfectcss-settings";
@import "node_modules/pixelperfectcss-scss/pixelperfectcss-scss";
```
### [npm](https://www.npmjs.com/package/pixelperfectcss-scss)
```bash
$ npm install --save pixelperfectcss-scss
```
## Build
```bash
$ git clone git@github.com:pixelperfectcss/pixelperfectcss-scss.git
$ cd pixelperfectcss-scss
$ npm install
$ npm run build
```
## License
- Pixel Perfect CSS is licensed under the MIT license.
- [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)