Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Version 2.1.0 | Polishing Up!

Compare
Choose a tag to compare
@mattxwang mattxwang released this 24 Apr 03:44
· 20 commits to gh-pages since this release

Heyo there,

I've been a little quiet on GitHub recently, but I have a new release of Liteweight here! I polish up a lot of the features of Liteweight so that it'd be usable in a production project, like my blog (😉). There's a lot of big changes here, and hopefully it makes Liteweight better. I'll be iterating on the WIP elements and adding new stuff as I finish my exams.

Changelog

  • Uses global .bg-* classes to set background colours instead of .card-bg-*
  • Adds .border-[DIRECTION]-* classes to add coloured borders
  • Adds .fixed-top utility class
  • Changes <pre> elements to use primary accent colours instead of secondary colours by default
  • Adds <blockquote> styling!
  • Reworks the styled nav, using sub-classes similar to Bootstrap (e.g. .nav-left, .nav-right, .nav-item. Check the documentation for more.
  • Drops vertical nav support for now
  • Readjusts tag padding and line-height to be more visually consistent
  • Drops Roboto as the default font, instead defaults to system fonts
  • Adds white and black as colours to the default colour map
  • Reorders some CSS generation blocks to more appropriate .scss files (has no impact on CSS)
  • Removes incorrect installation recommendation of grunt-cli