- include gaussian blur classes
blur blur-lg etc.
- version bump, last version seems corrupted on Clojars? (checksum invalidation)
- Clojars version seems to be corrupted?
- avoid looking for tailwind classes in namespaced keywords
- include
gap classes (e.g gap-x-4) to provide spacing between rows & columns in grid and flexbox layouts.
- include
accent-color (e.g accent-blue-500) classes for coloring checkboxes etc.
- basic gradients included (from/to/directions but no advanced %/via etc)
- bugfix: avoid purging hover/focus/active (pseudoclasses)
- sandbox now includes examples of hover states for flat & gradient colored buttons
- not a full release, testing gradient generation
- watch/build now supports multiple
:paths like deps.edn - updated color palette to match the latest tailwindcss -50/-950 styles
I only started writing this on version 0.8.8, roughly speaking we have
- watching function to build only the styles that you need during development
- build function to create styles once without watching, usually used for production builds
- normalize css included
- basic tailwind styles included e.g margins/padding/colors/transitions