I'm planning a few maintenance updates, which are technically breaking changes:
- Update Sass library to work with
@use instead of @import. It's a breaking change for people who use Sass to build their own version of ReMarkdown.
- Use more recent CSS features when possible, targeting either "Baseline: Widely Available" or "Baseline: Newly Available".
So that's going to be ReMarkdown v4. If I think of new features I want to add, I might throw those in, but for now nothing comes to mind.
Potential features
I'm planning a few maintenance updates, which are technically breaking changes:
@useinstead of@import. It's a breaking change for people who use Sass to build their own version of ReMarkdown.So that's going to be ReMarkdown v4. If I think of new features I want to add, I might throw those in, but for now nothing comes to mind.
Potential features
@scope (…) to (…)(MDN).