Skip to content

2.0.0 Beta 2: Better theming & Dark Mode

Compare
Choose a tag to compare
@brookback brookback released this 07 Jun 14:14
  • 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.