Releases: nguyenyou/scalawind
Releases · nguyenyou/scalawind
[email protected]
Patch Changes
- ad3b292: remove redundant import
[email protected]
Patch Changes
- d1452d6: fix framework flag should be string
[email protected]
Patch Changes
- af5a149: fix framework flag
[email protected]
[email protected]
Patch Changes
- 0c399e3: add daisy example
[email protected]
Patch Changes
- 4873c98: remove comments of css method
[email protected]
Patch Changes
-
5273f10: Added
css
method. This method is used in case the implicit conversion of thesw
method doesn't work.Previously, using scalawind in Laminar requires us the wrap our chaining tailwind classes inside the
sw
macro so that it can be compiled. With thiscss
method, we have one more option for this, so:div( cls := sw(tw.flex.items_center.justify_center) ) // ↓ ↓ ↓ ↓ ↓ ↓ div( cls := tw.flex.items_center.justify_center.css )
I believe the new syntax is better, because we can keep writing and editing the code without worry about the boundary of the open&close parentheses.
[email protected]
Patch Changes
- ebef136: improve method name for "per" and "dot" classes
[email protected]
Patch Changes
- 42d72fb: separate check flags for duplication and optimization