All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- refactor: switch css renderer to less
- refactor: instead of running every single code fence through the less renderer run all the code fences through less at once. This means we only get a render when things are looking good, so styles don't flash in and out when there is a compile error.
0.1.2 - 2022-09-11
- refactor: 🔥 remove sass in favour of zcss.js
The bundle size of the plugin with sass was more than 4MB. That is not acceptable.
0.1.1 - 2022-09-05
- 🐛 Saving settings caused new style elements to be added to head
0.1.0 - 2022-09-04
- ✨ Reference implementation of Literate Styles Obsidian plugin.