💎LUX is a Lean UX CSS framework ✨by Jeff Davis
Simply download it and import the files from your CSS library.
Download or clone the code.
git clone https://github.com/brandedux/lux.git
🎨 Palette is color & grayscale classes
Import Palette:
Import palette.scss into your app.scss or primary file.
@import './palette';
Example Class:
Include the palette class in your markup.
class="palette"
Nest color, grayscale and alpha channel classes within the palette class.
class="bg-red txt-black alpha-50"
Nested classes should be used like:
<div class="palette">
<p class="bg-red txt-black alpha-50">Warning!</p>
</div>
✍️ Scribe is text classes
Import Scribe:
Import scribe.scss into your app.scss or primary file.
@import './scribe';
Example Class:
Include the scribe class in your markup.
class="scribe"
Nest size, weight and alternate classes within the scribe class.
class="txt-base txt-500 txt-italic"
Nested classes should be used like:
<div class="scribe">
<p class="txt-bigger txt-900">0 2 8 18 32</p>
</div>
👌Smidge is margin & padding classes
Import Smidge:
Import smidge.scss into your app.scss or primary file.
@import './smidge';
Example Class:
Include the classes in your markup.
class="m-h-base"
Copyright (c) 2019, Jeff Davis.
LUX, Palette, Scribe, & Smidge source code is licensed under the MIT License.