- Support docstrings, they come after the tagname, before any styles or tokens
- Fix
defined-garden
- Fix component resolution inside a set (in a rule of another component) (see tests for example)
- Allow reusing the styles of one component directly inside another (see tests for example)
- Support using
defstyled
components as reagent form-2 components
- Added a
:tw-version
flag for the preflight, similar toset-tokens!
- Document how to opt-in to Tailwind v3
- Implement inheritance for fn-tails
- Add Clerk garden setup
- improved way to handle girouette v2 and v3 tokens
- Fixed an issue withe direct invocation of components with a render function (tail-fn)
- Support attributes when using a top-level fragment in a rendering function
- Fix cljdoc build
- Improve ClojureScript support, in particular referencing components in other components style rules
- Support vectors with multiple selectors, plus alternative syntax with sets
- Fix issue where girouette tokens were not being applied to child elements. See Github Issue
- Bump Girouette to 0.0.6
- Bump Girouette to 0.0.5
- Initial implementation