You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move calls to theme('colors.X') to be CSS Custom Props on :root. This makes it easier to re-theme elements.
Add basic Dark Mode support for the colour scheme used.
Add a 10th step in the width and maxWidth scale.
Emit a lookbook.bare.css file on build in dist directory. This file is minified but doesn't include a source map, which makes it considerably smaller than the other two build artefacts.
Generate --default-<x> CSS variables on :root for border-color, background-color, and text-color values from Tailwind.