This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
5.0.0
👽 Breaking changes
- 🎉 We drop support for
csscomb@3
and now usecsscomb@4
by default. Also we removecsscomb.useLatestCore
option.
💬 Common
-
🤖 Now we use config-profiler for configuration management and support more places where there might be configuration files. Please, read Custom Configuration section in the
README
. -
🔮 Hello, support styles in the
style
tags! Currently we support HTML and Vue files, but... create issues and send PR's. Also now you can setup language inside tags bylang="LANGUAGE"
attribute.⚠️ The plugin does not support formatting when saving template files (HTML, Vue) byformatOnSave
option and formatting of the selected fragments (selections). -
🛠 More tests and modular structure of the plugin.