Skip to content

v1.0.0-alpha.6

Compare
Choose a tag to compare
@jits jits released this 10 Feb 09:02
· 13 commits to main since this release
07bceaf
  • Upgrade dependencies.
  • Refactor styles:
    • All Tailwind config, set-up and styles are now split into a separate tailwind.css file that is imported into the main style.scss file. 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 !important so 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.md docs updates in the linked PR, below.

For the full extent of the changes in this release, see: #27