mono: add
This commit is contained in:
parent
c0c7acd225
commit
d0ba65ab6a
14
README.md
14
README.md
|
|
@ -53,6 +53,7 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl
|
|||
+ [Fylgja](#fylgja)
|
||||
+ [Milligram](#milligram)
|
||||
+ [mini.css](#minicss)
|
||||
+ [mono](#mono)
|
||||
+ [Picnic CSS](#picnic-css)
|
||||
+ [SASS-ZERO (Breadboard)](#sass-zero-breadboard)
|
||||
+ [Wing](#wing)
|
||||
|
|
@ -683,6 +684,19 @@ These are frameworks that do not force you to apply their classes to many elemen
|
|||
[](screenshot/minicss.png)
|
||||
|
||||
|
||||
### mono
|
||||
|
||||
- [Repository](https://github.com/artalar/mono)
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
- [Demo](https://monocss.vercel.app/)
|
||||
|
||||
[](screenshot/mono.png)
|
||||
|
||||
|
||||
### Picnic CSS
|
||||
|
||||
Caution: Picnic CSS requires specific HTML structure to display certain elements. For example, it hides vanilla checkboxes and radio buttons. The structure serves as the effective class of the element. This means an existing project will have to modify its HTML markup for, e.g., every checkbox and radio button to start using Picnic.
|
||||
|
|
|
|||
|
|
@ -409,6 +409,15 @@ website = ""
|
|||
screenshots = ["minicss.png"]
|
||||
tags = ["class-light"]
|
||||
|
||||
[mono]
|
||||
demo = "https://monocss.vercel.app/"
|
||||
github = "artalar/mono"
|
||||
note = ""
|
||||
website = ""
|
||||
screenshots = ["mono.png"]
|
||||
tags = ["class-light"]
|
||||
|
||||
|
||||
["Picnic CSS"]
|
||||
demo = "http://picnicss.com/"
|
||||
github = "franciscop/picnic"
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 87 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
Loading…
Reference in New Issue