uswds / uswds-gulp

A simple Gulp 4.0 workflow for transforming USWDS Sass into browser-readable CSS.
Other
35 stars 17 forks source link

postcss-csso required for gulp setup #17

Closed amcdevitt97 closed 4 years ago

amcdevitt97 commented 4 years ago

Just tried setting up USWDS gulp and it told me that postcss-csso wasn't installed. It's a package not mentioned in the required packages list. After installing it I was able to run gulp init with no problems. Making this issue so that contributors might be able to update the list and other people who have issues with the setup might be able to debug it using this issue.

Screen Shot 2020-06-09 at 4 27 45 PM

mejiaj commented 4 years ago

@amcdevitt97 thanks for pointing this out! We'll look into what exactly we need and if that matches up with the docs.