EdwardDiehl

Results 3 comments of EdwardDiehl

@fredo994 thanks for sharing your init-letsencrypt.sh this does not work correctly > ```shell > ("example.com www.example.com" "api.example.com www.api.example.com") > ``` without quotes, it works correctly > ```shell > (example.com www.example.com...

+1 for adding HAL support

Looks like the issue originates from `cssnano` package which is used by `tachyons-build-css` https://github.com/browserslist/browserslist/issues/266#issuecomment-393913598 I think that `tachyons-build-css` need to upgrade `cssnano` to the version 4. For that moment it...