From e19fc21b870191e188dc7e65c59ebd1e8c551014 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Fri, 10 May 2024 20:44:08 -0400 Subject: [PATCH] minor clean up --- README.md | 25 ++++++++++++++++--------- package.json | 2 +- src/stylelite.css | 5 ----- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 768f50e..efff910 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,22 @@ # Stylelite CSS -> CSS Classlite For Minimalists +> Styles that work for you -Stylelite is a tiny-dynamic-classlite stylesheet foundation for rapid prototyping and project growth. +Stylelite is a tiny-dynamic-classlite css foundation for any project. Easy to extend, with extras already available, and Great for rapid prototyping. -It *may* be light on `class`, but it *oozes* [style](src/extras) +It *may* be light on `class`, but it makes up for it in *[style](src/extras)* -All in **2kb gzipped!** +All in **3kb gzipped!** ### Features -- Tiny, 2kb -- Classlite -- Dynamic, 6 Custom CSS Vars +- Tiny, 3kb +- Class-lite +- Complementary classes for + - Layout: .row, .col, .grid + - Utility: .left, .right, ect... + - Extras: pick-and-choose expanded style options +- Dynamic, 12 Custom CSS Vars - Includes Light and Dark Themes > WARNING: ever-green browsers need only apply ;) @@ -37,5 +41,8 @@ Keep it small, but immediately useful. Tweaks to hit that SWEET spot: -- Support more tags - - `details` & `summary` +- dialog tag support (extras) +- spinner (extras) +- toggle/switch (extras) +- Navigation Tabs (extras) +- Color Utility (extras) diff --git a/package.json b/package.json index 8163274..fc65652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelite", - "version": "0.6.0", + "version": "0.7.0", "description": "a class-lite stylesheet on the light-side", "scripts": { "build": "npx csso-cli .\\src\\stylelite.css --comments first-exclamation --output .\\dist\\stylelite.min.css -s .\\dist\\stylelite.map" diff --git a/src/stylelite.css b/src/stylelite.css index ab2f38d..0fc7973 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -93,10 +93,6 @@ table>thead>tr>th { border-bottom: 2px solid var(--theme); } -table.striped tbody>:nth-child(2n-1) { - background: #f5f5f5; -} - th { text-align: left; } @@ -361,7 +357,6 @@ nav.navbar a {color: var(--white)} display: grid; gap: .25rem; grid-template-columns: repeat(auto-fit, minmax(0%, 1fr)); - /* padding: 0; */ } .row {