From 347eadbc5a4aac73c50cc00e3e684c8b16381d11 Mon Sep 17 00:00:00 2001 From: Massa-Albani4 Date: Wed, 31 Jul 2024 21:16:55 +0300 Subject: [PATCH 1/2] Add new.css --- readme.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index a7e36a1..e2c25b3 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,7 @@ Feel free to [contribute](https://github.com/troxler/awesome-css-frameworks/blob alt="FrontAid CMS - Agile Content Management with Git."> ## Contents + - [Base / Reset / Normalize](#base--reset--normalize) - [Class-less](#class-less) - [Very Lightweight](#very-lightweight) @@ -21,7 +22,6 @@ Feel free to [contribute](https://github.com/troxler/awesome-css-frameworks/blob - [Toolkits](#toolkits) - [Stalled Development](#stalled-development) - ## Base / Reset / Normalize - [**modern-normalize**](https://github.com/sindresorhus/modern-normalize) - Normalize browsers' default style. @@ -38,7 +38,6 @@ Feel free to [contribute](https://github.com/troxler/awesome-css-frameworks/blob ![](https://img.shields.io/github/stars/frontaid/natural-selection.svg?style=social&label=Star) | #CSS - ## Class-less Frameworks that use semantic HTML and do not rely on classes. @@ -49,6 +48,12 @@ Frameworks that use semantic HTML and do not rely on classes. [Repo](https://github.com/andybrewer/mvp/) | #CSS + - [**New.css**](https://newcss.net/) - A classless CSS framework to write modern websites using only HTML. + ![](https://camo.githubusercontent.com/0387227c8d01b9b82c05ce8f5de353cd997686628a388f03fb608544c1ddffe0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f787a2f6e65772e6373733f7374796c653d736f6369616c) + [Docs](https://newcss.net/), + [Repo](https://github.com/xz/new.css) + | #CSS + - [**sakura**](https://oxal.org/projects/sakura/) - Minimal classless CSS framework/theme. ![](https://img.shields.io/github/stars/oxalorg/sakura.svg?style=social&label=Star) [Demo](https://oxal.org/projects/sakura/demo/), @@ -67,7 +72,6 @@ Frameworks that use semantic HTML and do not rely on classes. [Repo](https://github.com/yegor256/tacit/) | #SCSS - ## Very Lightweight Frameworks that are smaller than ~5KB. @@ -93,7 +97,6 @@ Frameworks that are smaller than ~5KB. [Repo](https://github.com/jenil/chota) | #CSS - ## General Purpose - [**Bootstrap**](https://getbootstrap.com) - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. @@ -195,7 +198,6 @@ Frameworks that are smaller than ~5KB. [Repo](https://github.com/jonathanharrell/hiq/) | #PostCSS - ## Material Design - [**Material Components Web**](https://material.io/components/web/) - Modular and customizable Material Design UI components for the web. @@ -216,7 +218,6 @@ Frameworks that are smaller than ~5KB. [Repo](https://github.com/materializecss/materialize) | #SCSS - ## Utility-based - [**Tailwind CSS**](https://tailwindcss.com) - Utility-first CSS framework for rapid UI development. @@ -232,7 +233,6 @@ Frameworks that are smaller than ~5KB. [Repo](https://github.com/argyleink/open-props/) | #CSS #PostCSS - ## Specialized - [**NES.css**](https://nostalgic-css.github.io/NES.css/) - NES-style CSS Framework. @@ -280,7 +280,6 @@ Frameworks that are smaller than ~5KB. [Repo](https://github.com/Slicejack/bojler) | #SCSS - ## Toolkits Toolkits are closer to a library than to a framework. @@ -292,7 +291,6 @@ They do not provide actual styling but utilities (e.g. mixins) that you can use [Repo](https://github.com/thoughtbot/bourbon/) | #SCSS - ## Stalled Development Frameworks that have not seen any real development for more than about one year or officially have been deprecated. @@ -319,7 +317,6 @@ We are keeping them here for reference/inspiration and hope for a revival. [Docs](https://picturepan2.github.io/spectre/getting-started.html), [Repo](https://github.com/picturepan2/spectre) | #SCSS - - [**Tachyons**](https://tachyons.io) - Quickly build and design new UI without writing CSS. ![](https://img.shields.io/github/stars/tachyons-css/tachyons.svg?style=social&label=Star) [Demo](https://tachyons.io/gallery/), @@ -347,13 +344,11 @@ We are keeping them here for reference/inspiration and hope for a revival. ![](https://img.shields.io/github/stars/csstools/sanitize.css.svg?style=social&label=Star) [Repo](https://github.com/csstools/sanitize.css) | #CSS - - [**MUI**](https://www.muicss.com) - Lightweight CSS framework that follows Google's Material Design guidelines. ![](https://img.shields.io/github/stars/muicss/mui.svg?style=social&label=Star) [Docs](https://www.muicss.com/docs/v1/getting-started/introduction), [Repo](https://github.com/muicss/mui) | #SCSS - - [**modern-css-reset**](https://github.com/hankchizljaw/modern-css-reset) - Tiny little reset that you can use as the basis of your CSS projects. ![](https://img.shields.io/github/stars/hankchizljaw/modern-css-reset.svg?style=social&label=Star) [Repo](https://github.com/hankchizljaw/modern-css-reset) @@ -424,6 +419,7 @@ We are keeping them here for reference/inspiration and hope for a revival. --- ## License + License [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/): > You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. From 93ccaaeff6235bcb82eae8adfe604de2fcdb313d Mon Sep 17 00:00:00 2001 From: Massa-Albani4 Date: Thu, 1 Aug 2024 15:28:52 +0300 Subject: [PATCH 2/2] Add Milligram --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index e2c25b3..882a4fb 100644 --- a/readme.md +++ b/readme.md @@ -97,6 +97,13 @@ Frameworks that are smaller than ~5KB. [Repo](https://github.com/jenil/chota) | #CSS +- [**Milligram**](https://milligram.io/) - Minimalist CSS framework. + ![](https://img.shields.io/github/stars/milligram/milligram.svg?style=social&label=Star) + [Demo](https://milligram.io/#examples), + [Docs](https://milligram.io/#getting-started), + [Repo](https://github.com/milligram/milligram) + | #CSS + ## General Purpose - [**Bootstrap**](https://getbootstrap.com) - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.