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

Node#moveTo was deprecated. Use Container#append. #94

Open ChrisTalman opened 4 years ago

ChrisTalman commented 4 years ago

In Node 12.13.0, the following warning is issued when using heml:

Node#moveTo was deprecated. Use Container#append.

According to this, it may be an issue with PostCSS.