Include missing dependency postcss

This commit is contained in:
Kevin MacMartin 2024-03-08 21:48:14 -05:00
parent b1952b8acb
commit 1a2c3e092e

View file

@ -9,6 +9,7 @@ Linters @ Williams New York
* Linter: * Linter:
* [stylelint](https://github.com/stylelint/stylelint) * [stylelint](https://github.com/stylelint/stylelint)
* Modules: * Modules:
* [postcss](https://github.com/postcss/postcss)
* [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) * [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss)
* [stylelint-order](https://github.com/hudochenkov/stylelint-order) * [stylelint-order](https://github.com/hudochenkov/stylelint-order)
* [stylelint-stylistic](https://github.com/stylelint-stylistic/stylelint-stylistic) * [stylelint-stylistic](https://github.com/stylelint-stylistic/stylelint-stylistic)
@ -16,7 +17,7 @@ Linters @ Williams New York
#### Install #### Install
``` ```
npm install -g stylelint stylelint-config-recommended-scss stylelint-order @stylistic/stylelint-plugin npm install -g stylelint postcss stylelint-config-recommended-scss stylelint-order @stylistic/stylelint-plugin
``` ```
### Config ### Config