v1.0.0-alpha.6
- Upgrade dependencies.
- Refactor styles:
- All Tailwind config, set-up and styles are now split into a separate
tailwind.cssfile that is imported into the mainstyle.scssfile. This prevents clashes with Sass (SCSS) processing. Most (if not all) your custom classes and styling rules should go in this file (as you can use all the Tailwind goodies here). - Tailwind utilities are now all marked as
!importantso they can be used to override other styles (e.g. on Angular Material components, which can't be added to a specific CSS cascade layer). - See the
ARCHITECTURE.mddocs updates in the linked PR, below.
- All Tailwind config, set-up and styles are now split into a separate
For the full extent of the changes in this release, see: #27