tailwindcss-to-rust v0.1.2
github-actions
released this
14 Feb 19:53
·
56 commits
to master
since this release
- Fixed the handling of CSS class names with periods and forward slashes. The generated Rust code included an escape for these names, so they'd end up as things like
w-0\.5
orw-3\/5
in your HTML, which is wrong. They should not have a backslash escape in the generated HTML. Note that this also means that the tailwind extractor code in the generator'sREADME.md
was wrong as well. It has also been fixed.