Xmetalfanx / Complete_Homepage

Git Repo for my website
1 stars 1 forks source link

CSSNano config changes to disable changing some code #121

Closed Xmetalfanx closed 1 year ago

Xmetalfanx commented 1 year ago

I think the default preset (colormin: true for sure) are causing CSS issues in the code checking. I need to disable some of these so the errors dont keep cropping up

Xmetalfanx commented 1 year ago

question: cssnano is part of PostCSS ... can i run stylelint --fix on the minmized css file to fix the errors afterwards?

Xmetalfanx commented 1 year ago

the intial reason/title of this issue was addressed though https://github.com/Xmetalfanx/website/commit/3b0f0404f478413058cf400205dd73eaf6ef00e0 helps minmize (no pun) issues in the final minified css file ... not every issue is gone but most are auto-fixed from this commit