h5bp / main.css

A repository for the development of the HTML5 Boilerplate CSS file, main.css
MIT License
205 stars 44 forks source link

Converts gulpfile to mjs #290

Closed roblarsen closed 8 months ago

roblarsen commented 9 months ago

This stemmed from the autoprefixer issue

roblarsen commented 8 months ago

Why did I not merge this? @coliff can you 👍

coliff commented 8 months ago

looks good and build completes successfully. we should really update the ESlint script to lint the mjs file though. Currently there is an error:

image

(related: we should really run eslint in the CI - in addition to Stylelint)