This repository was archived by the owner on Apr 8, 2023. It is now read-only.
5.0.0
👽 Breaking changes
- 🎉 We drop support for
csscomb@3and now usecsscomb@4by default. Also we removecsscomb.useLatestCoreoption.
💬 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
styletags! 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) byformatOnSaveoption and formatting of the selected fragments (selections). -
🛠 More tests and modular structure of the plugin.