Breaking Changes
- Upgrade
postcss
to v8. - Removed dependency on
postcss-syntax
. - Drop support for node <v12 && v13.
- Change to use the Document node.
- Replace
Root.raws.beforeStart
withRoot.raws.codeBefore
. - Replace
Document.raws.afterEnd
withRoot.raws.codeAfter
. - Remove postcss patch.
Other Changes
- Changes due to dependency changes.
- Refactor.