SparkPost / heml

HEML is an open source markup language for building responsive email.
https://heml.io
MIT License
4.33k stars 157 forks source link

Get rid of PostCSS warnings during build process #62

Open lunaceee opened 6 years ago

lunaceee commented 6 years ago

I've been getting this warning message while compiling Heml files into HTML:

Without "from" option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to "undefined" to prevent this warning.

I tried upgrading PostCSS version but the warning still exists. It's not harmful but it'll be nice to figure out how to get rid of it. I'm using Yarn for the build script.

Thanks a lot!

ghost commented 6 years ago

Hi, This also happens for me using HEML build cli.