├── Makefile ├── README.md ├── README.md.njk ├── data └── projects.toml ├── gen-screenshot.ts ├── render-template.ts ├── screenshot-page.html ├── screenshot ├── almond-css.png ├── attricss-0-brightlight-green.png ├── attricss-1-midnight-green.png ├── attricss-2-darkforest-green.png ├── attricss-3-darkfairy-pink.png ├── attricss-4-lightfairy-pink.png ├── awsm.css-0.png ├── awsm.css-1-gondola.png ├── awsm.css-2-mischka.png ├── awsm.css-3-big-stone.png ├── awsm.css-4-black.png ├── awsm.css-5-tasman.png ├── awsm.css-6-pastel-pink.png ├── awsm.css-7-pearl-lusta.png ├── axist.png ├── bahunya.png ├── bamboo-css.png ├── barecss.png ├── barrel.css-0-barrel.png ├── barrel.css-1-fugit.png ├── barrel.css-2-banderole.png ├── barrel.css-3-scrapbook-green.png ├── barrel.css-4-nord.png ├── barrel.css-5-blast.png ├── barrel.css-6-lair.png ├── barrel.css-7-steam.png ├── basic.css.png ├── bolt.css.png ├── chimeracss-0.png ├── chimeracss-1-dark.png ├── chimeracss-2-autumn.png ├── chimeracss-3-blues.png ├── chimeracss-4-golden.png ├── chimeracss-5-nightsky.png ├── chimeracss-6-plain.png ├── chota.png ├── classless.css.png ├── concrete.css.png ├── downstyler.png ├── fylgja.png ├── holiday.css.png ├── latex.png ├── magick.css.png ├── markdowncss-air.png ├── markdowncss-modest.png ├── markdowncss-retro.png ├── markdowncss-splendor.png ├── marx.png ├── matcha.css.png ├── mercurycss.png ├── milligram.png ├── minicss.png ├── mono.png ├── mvp.css.png ├── new.css.png ├── no-class.css.png ├── picnic.png ├── pico-css.png ├── ridge.css-dark.png ├── ridge.css-light.png ├── sakura-normalize-0.png ├── sakura-normalize-1-earthly.png ├── sakura-normalize-2-vader.png ├── sakura-normalize-3-dark.png ├── sakura-normalize-4-dark-solarized.png ├── sass-zero.png ├── simple-css.png ├── spcss.png ├── style.css.png ├── stylize.css.png ├── tacit.png ├── tiny.css-0-light.png ├── tiny.css-1-dark.png ├── tty.css.png ├── tufte-css.png ├── w3c-core-styles-0-oldstyle.png ├── w3c-core-styles-1-modernist.png ├── w3c-core-styles-2-midnight.png ├── w3c-core-styles-3-ultramarine.png ├── w3c-core-styles-4-swiss.png ├── w3c-core-styles-5-chocolate.png ├── w3c-core-styles-6-traditional.png ├── w3c-core-styles-7-steely.png ├── water.css-0-dark.png ├── water.css-1-light.png ├── wing.png ├── writ.png └── yorha.png └── thumbnail ├── almond-css.png ├── attricss-0-brightlight-green.png ├── attricss-1-midnight-green.png ├── attricss-2-darkforest-green.png ├── attricss-3-darkfairy-pink.png ├── attricss-4-lightfairy-pink.png ├── awsm.css-0.png ├── awsm.css-1-gondola.png ├── awsm.css-2-mischka.png ├── awsm.css-3-big-stone.png ├── awsm.css-4-black.png ├── awsm.css-5-tasman.png ├── awsm.css-6-pastel-pink.png ├── awsm.css-7-pearl-lusta.png ├── axist.png ├── bahunya.png ├── bamboo-css.png ├── barecss.png ├── barrel.css-0-barrel.png ├── barrel.css-1-fugit.png ├── barrel.css-2-banderole.png ├── barrel.css-3-scrapbook-green.png ├── barrel.css-4-nord.png ├── barrel.css-5-blast.png ├── barrel.css-6-lair.png ├── barrel.css-7-steam.png ├── basic.css.png ├── bolt.css.png ├── chimeracss-0.png ├── chimeracss-1-dark.png ├── chimeracss-2-autumn.png ├── chimeracss-3-blues.png ├── chimeracss-4-golden.png ├── chimeracss-5-nightsky.png ├── chimeracss-6-plain.png ├── chota.png ├── classless.css.png ├── concrete.css.png ├── downstyler.png ├── fylgja.png ├── holiday.css.png ├── latex.png ├── magick.css.png ├── markdowncss-air.png ├── markdowncss-modest.png ├── markdowncss-retro.png ├── markdowncss-splendor.png ├── marx.png ├── matcha.css.png ├── mercurycss.png ├── milligram.png ├── minicss.png ├── mono.png ├── mvp.css.png ├── new.css.png ├── no-class.css.png ├── picnic.png ├── pico-css.png ├── ridge.css-dark.png ├── ridge.css-light.png ├── sakura-normalize-0.png ├── sakura-normalize-1-earthly.png ├── sakura-normalize-2-vader.png ├── sakura-normalize-3-dark.png ├── sakura-normalize-4-dark-solarized.png ├── sass-zero.png ├── simple-css.png ├── spcss.png ├── style.css.png ├── stylize.css.png ├── tacit.png ├── tiny.css-0-light.png ├── tiny.css-1-dark.png ├── tty.css.png ├── tufte-css.png ├── w3c-core-styles-0-oldstyle.png ├── w3c-core-styles-1-modernist.png ├── w3c-core-styles-2-midnight.png ├── w3c-core-styles-3-ultramarine.png ├── w3c-core-styles-4-swiss.png ├── w3c-core-styles-5-chocolate.png ├── w3c-core-styles-6-traditional.png ├── w3c-core-styles-7-steely.png ├── water.css-0-dark.png ├── water.css-1-light.png ├── wing.png ├── writ.png └── yorha.png /Makefile: -------------------------------------------------------------------------------- 1 | all: README.md 2 | 3 | README.md: README.md.njk render-template.ts Makefile data/projects.toml 4 | ./render-template.ts README.md.njk data/projects.toml > $@ 5 | 6 | .PHONY: all 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Classless CSS 2 | 3 | This is a list of classless CSS themes and frameworks. 4 | "Classless" means a style sheet does not define special classes you must add to your HTML elements to style these elements. 5 | As a result, you can style any plain-HTML page just by linking to the style sheet. 6 | This is useful, for example, in prototyping. 7 | 8 | 9 | ## Contents 10 | 11 | - [Classless CSS](#classless-css) 12 | * [Classless](#classless) 13 | + [Almond.CSS](#almondcss) 14 | + [attriCSS](#attricss) 15 | + [awsm.css](#awsmcss) 16 | + [axist](#axist) 17 | + [Bahunya](#bahunya) 18 | + [Bamboo CSS](#bamboo-css) 19 | + [BareCSS](#barecss) 20 | + [Basic.css](#basiccss) 21 | + [Bolt.css](#boltcss) 22 | + [ChimeraCSS](#chimeracss) 23 | + [Classless.css](#classlesscss) 24 | + [concrete.css](#concretecss) 25 | + [Downstyler](#downstyler) 26 | + [holiday.css](#holidaycss) 27 | + [LatexCSS](#latexcss) 28 | + [magick.css](#magickcss) 29 | + [Markdown CSS — Air](#markdown-css--air) 30 | + [Markdown CSS — Modest](#markdown-css--modest) 31 | + [Markdown CSS — Retro](#markdown-css--retro) 32 | + [Markdown CSS — Splendor](#markdown-css--splendor) 33 | + [Marx](#marx) 34 | + [MercuryCSS](#mercurycss) 35 | + [MVP.css](#mvpcss) 36 | + [new.css](#newcss) 37 | + [no-class.css](#no-classcss) 38 | + [Pico.css](#picocss) 39 | + [ridge.css](#ridgecss) 40 | + [sakura](#sakura) 41 | + [Simple.css](#simplecss) 42 | + [SPCSS](#spcss) 43 | + [style.css](#stylecss) 44 | + [Stylize.css](#stylizecss) 45 | + [tacit](#tacit) 46 | + [Tiny.css](#tinycss) 47 | + [tty.css](#ttycss) 48 | + [Tufte CSS](#tufte-css) 49 | + [W3C Core Styles](#w3c-core-styles) 50 | + [water.css](#watercss) 51 | + [Writ](#writ) 52 | + [YoRHa](#yorha) 53 | * [Class-light](#class-light) 54 | + [Barrel.css](#barrelcss) 55 | + [Chota](#chota) 56 | + [Fylgja](#fylgja) 57 | + [matcha.css](#matchacss) 58 | + [Milligram](#milligram) 59 | + [mini.css](#minicss) 60 | + [mono](#mono) 61 | + [Picnic CSS](#picnic-css) 62 | + [SASS-ZERO (Breadboard)](#sass-zero-breadboard) 63 | + [Wing](#wing) 64 | * [See also](#see-also) 65 | * [License](#license) 66 | 67 | 68 | ## Classless 69 | 70 | ### Almond.CSS 71 | 72 | - [Repository](https://github.com/alvaromontoro/almond.css) 73 | ![GitHub stars](https://img.shields.io/github/stars/alvaromontoro/almond.css?style=flat-square) 74 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/alvaromontoro/almond.css?style=flat-square) 75 | ![Last commit](https://img.shields.io/github/last-commit/alvaromontoro/almond.css?style=flat-square) 76 | ![GitHub open issues](https://img.shields.io/github/issues-raw/alvaromontoro/almond.css?style=flat-square) 77 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/alvaromontoro/almond.css?style=flat-square) 78 | - [Demo](https://alvaromontoro.github.io/almond.css/demo/) 79 | 80 | [![almond-css.png](thumbnail/almond-css.png)](screenshot/almond-css.png) 81 | 82 | 83 | ### attriCSS 84 | 85 | - [Repository](https://github.com/raj457036/attriCSS) 86 | ![GitHub stars](https://img.shields.io/github/stars/raj457036/attriCSS?style=flat-square) 87 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/raj457036/attriCSS?style=flat-square) 88 | ![Last commit](https://img.shields.io/github/last-commit/raj457036/attriCSS?style=flat-square) 89 | ![GitHub open issues](https://img.shields.io/github/issues-raw/raj457036/attriCSS?style=flat-square) 90 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/raj457036/attriCSS?style=flat-square) 91 | - [Demo](https://raj457036.github.io/attriCSS/) 92 | 93 | [![attricss-0-brightlight-green.png](thumbnail/attricss-0-brightlight-green.png)](screenshot/attricss-0-brightlight-green.png) 94 | [![attricss-1-midnight-green.png](thumbnail/attricss-1-midnight-green.png)](screenshot/attricss-1-midnight-green.png) 95 | [![attricss-2-darkforest-green.png](thumbnail/attricss-2-darkforest-green.png)](screenshot/attricss-2-darkforest-green.png) 96 | [![attricss-3-darkfairy-pink.png](thumbnail/attricss-3-darkfairy-pink.png)](screenshot/attricss-3-darkfairy-pink.png) 97 | [![attricss-4-lightfairy-pink.png](thumbnail/attricss-4-lightfairy-pink.png)](screenshot/attricss-4-lightfairy-pink.png) 98 | 99 | 100 | ### awsm.css 101 | 102 | - [Website](https://igoradamenko.com/awsm.css/v2/) 103 | - [Demo](https://igoradamenko.com/awsm.css/v2/elements.html) 104 | 105 | [![awsm.css-0.png](thumbnail/awsm.css-0.png)](screenshot/awsm.css-0.png) 106 | [![awsm.css-1-gondola.png](thumbnail/awsm.css-1-gondola.png)](screenshot/awsm.css-1-gondola.png) 107 | [![awsm.css-2-mischka.png](thumbnail/awsm.css-2-mischka.png)](screenshot/awsm.css-2-mischka.png) 108 | [![awsm.css-3-big-stone.png](thumbnail/awsm.css-3-big-stone.png)](screenshot/awsm.css-3-big-stone.png) 109 | [![awsm.css-4-black.png](thumbnail/awsm.css-4-black.png)](screenshot/awsm.css-4-black.png) 110 | [![awsm.css-5-tasman.png](thumbnail/awsm.css-5-tasman.png)](screenshot/awsm.css-5-tasman.png) 111 | [![awsm.css-6-pastel-pink.png](thumbnail/awsm.css-6-pastel-pink.png)](screenshot/awsm.css-6-pastel-pink.png) 112 | [![awsm.css-7-pearl-lusta.png](thumbnail/awsm.css-7-pearl-lusta.png)](screenshot/awsm.css-7-pearl-lusta.png) 113 | 114 | 115 | ### axist 116 | 117 | - [Repository](https://github.com/ruanmartinelli/axist) 118 | ![GitHub stars](https://img.shields.io/github/stars/ruanmartinelli/axist?style=flat-square) 119 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/ruanmartinelli/axist?style=flat-square) 120 | ![Last commit](https://img.shields.io/github/last-commit/ruanmartinelli/axist?style=flat-square) 121 | ![GitHub open issues](https://img.shields.io/github/issues-raw/ruanmartinelli/axist?style=flat-square) 122 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/ruanmartinelli/axist?style=flat-square) 123 | - [Demo](https://ruanmartinelli.github.io/axist/) 124 | 125 | [![axist.png](thumbnail/axist.png)](screenshot/axist.png) 126 | 127 | 128 | ### Bahunya 129 | 130 | - [Repository](https://github.com/Kimeiga/bahunya) 131 | ![GitHub stars](https://img.shields.io/github/stars/Kimeiga/bahunya?style=flat-square) 132 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/Kimeiga/bahunya?style=flat-square) 133 | ![Last commit](https://img.shields.io/github/last-commit/Kimeiga/bahunya?style=flat-square) 134 | ![GitHub open issues](https://img.shields.io/github/issues-raw/Kimeiga/bahunya?style=flat-square) 135 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/Kimeiga/bahunya?style=flat-square) 136 | - [Demo](https://kimeiga.github.io/bahunya/) 137 | 138 | [![bahunya.png](thumbnail/bahunya.png)](screenshot/bahunya.png) 139 | 140 | 141 | ### Bamboo CSS 142 | 143 | - [Repository](https://github.com/rilwis/bamboo) 144 | ![GitHub stars](https://img.shields.io/github/stars/rilwis/bamboo?style=flat-square) 145 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/rilwis/bamboo?style=flat-square) 146 | ![Last commit](https://img.shields.io/github/last-commit/rilwis/bamboo?style=flat-square) 147 | ![GitHub open issues](https://img.shields.io/github/issues-raw/rilwis/bamboo?style=flat-square) 148 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/rilwis/bamboo?style=flat-square) 149 | - [Demo](https://rilwis.github.io/bamboo/demo/) 150 | 151 | [![bamboo-css.png](thumbnail/bamboo-css.png)](screenshot/bamboo-css.png) 152 | 153 | 154 | ### BareCSS 155 | 156 | - [Repository](https://github.com/longsien/BareCSS) 157 | ![GitHub stars](https://img.shields.io/github/stars/longsien/BareCSS?style=flat-square) 158 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/longsien/BareCSS?style=flat-square) 159 | ![Last commit](https://img.shields.io/github/last-commit/longsien/BareCSS?style=flat-square) 160 | ![GitHub open issues](https://img.shields.io/github/issues-raw/longsien/BareCSS?style=flat-square) 161 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/longsien/BareCSS?style=flat-square) 162 | - [Demo](https://web.archive.org/web/20191010034508/http://barecss.com/) 163 | 164 | [![barecss.png](thumbnail/barecss.png)](screenshot/barecss.png) 165 | 166 | 167 | ### Basic.css 168 | 169 | - [Repository](https://github.com/vladocar/Basic.css) 170 | ![GitHub stars](https://img.shields.io/github/stars/vladocar/Basic.css?style=flat-square) 171 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/vladocar/Basic.css?style=flat-square) 172 | ![Last commit](https://img.shields.io/github/last-commit/vladocar/Basic.css?style=flat-square) 173 | ![GitHub open issues](https://img.shields.io/github/issues-raw/vladocar/Basic.css?style=flat-square) 174 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/vladocar/Basic.css?style=flat-square) 175 | - [Demo](https://vladocar.github.io/Basic.css/) 176 | 177 | [![basic.css.png](thumbnail/basic.css.png)](screenshot/basic.css.png) 178 | 179 | 180 | ### Bolt.css 181 | 182 | - [Repository](https://github.com/tbolt/boltcss) 183 | ![GitHub stars](https://img.shields.io/github/stars/tbolt/boltcss?style=flat-square) 184 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/tbolt/boltcss?style=flat-square) 185 | ![Last commit](https://img.shields.io/github/last-commit/tbolt/boltcss?style=flat-square) 186 | ![GitHub open issues](https://img.shields.io/github/issues-raw/tbolt/boltcss?style=flat-square) 187 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/tbolt/boltcss?style=flat-square) 188 | - [Demo](https://boltcss.com/) 189 | 190 | [![bolt.css.png](thumbnail/bolt.css.png)](screenshot/bolt.css.png) 191 | 192 | 193 | ### ChimeraCSS 194 | 195 | - [Repository](https://github.com/ChimeraCSS/ChimeraCSS) 196 | ![GitHub stars](https://img.shields.io/github/stars/ChimeraCSS/ChimeraCSS?style=flat-square) 197 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/ChimeraCSS/ChimeraCSS?style=flat-square) 198 | ![Last commit](https://img.shields.io/github/last-commit/ChimeraCSS/ChimeraCSS?style=flat-square) 199 | ![GitHub open issues](https://img.shields.io/github/issues-raw/ChimeraCSS/ChimeraCSS?style=flat-square) 200 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/ChimeraCSS/ChimeraCSS?style=flat-square) 201 | - [Demo](https://chimera-demo.vercel.app/) 202 | 203 | [![chimeracss-0.png](thumbnail/chimeracss-0.png)](screenshot/chimeracss-0.png) 204 | [![chimeracss-1-dark.png](thumbnail/chimeracss-1-dark.png)](screenshot/chimeracss-1-dark.png) 205 | [![chimeracss-2-autumn.png](thumbnail/chimeracss-2-autumn.png)](screenshot/chimeracss-2-autumn.png) 206 | [![chimeracss-3-blues.png](thumbnail/chimeracss-3-blues.png)](screenshot/chimeracss-3-blues.png) 207 | [![chimeracss-4-golden.png](thumbnail/chimeracss-4-golden.png)](screenshot/chimeracss-4-golden.png) 208 | [![chimeracss-5-nightsky.png](thumbnail/chimeracss-5-nightsky.png)](screenshot/chimeracss-5-nightsky.png) 209 | [![chimeracss-6-plain.png](thumbnail/chimeracss-6-plain.png)](screenshot/chimeracss-6-plain.png) 210 | 211 | 212 | ### Classless.css 213 | 214 | - [Repository](https://github.com/emareg/classlesscss) 215 | ![GitHub stars](https://img.shields.io/github/stars/emareg/classlesscss?style=flat-square) 216 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/emareg/classlesscss?style=flat-square) 217 | ![Last commit](https://img.shields.io/github/last-commit/emareg/classlesscss?style=flat-square) 218 | ![GitHub open issues](https://img.shields.io/github/issues-raw/emareg/classlesscss?style=flat-square) 219 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/emareg/classlesscss?style=flat-square) 220 | - [Demo](http://classless.de/) 221 | 222 | [![classless.css.png](thumbnail/classless.css.png)](screenshot/classless.css.png) 223 | 224 | 225 | ### concrete.css 226 | 227 | - [Repository](https://github.com/louismerlin/concrete.css) 228 | ![GitHub stars](https://img.shields.io/github/stars/louismerlin/concrete.css?style=flat-square) 229 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/louismerlin/concrete.css?style=flat-square) 230 | ![Last commit](https://img.shields.io/github/last-commit/louismerlin/concrete.css?style=flat-square) 231 | ![GitHub open issues](https://img.shields.io/github/issues-raw/louismerlin/concrete.css?style=flat-square) 232 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/louismerlin/concrete.css?style=flat-square) 233 | - [Demo](https://concrete.style/) 234 | 235 | [![concrete.css.png](thumbnail/concrete.css.png)](screenshot/concrete.css.png) 236 | 237 | 238 | ### Downstyler 239 | 240 | - [Repository](https://github.com/waldyrious/downstyler) 241 | ![GitHub stars](https://img.shields.io/github/stars/waldyrious/downstyler?style=flat-square) 242 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/waldyrious/downstyler?style=flat-square) 243 | ![Last commit](https://img.shields.io/github/last-commit/waldyrious/downstyler?style=flat-square) 244 | ![GitHub open issues](https://img.shields.io/github/issues-raw/waldyrious/downstyler?style=flat-square) 245 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/waldyrious/downstyler?style=flat-square) 246 | - [Demo](https://waldyrious.github.io/downstyler) 247 | 248 | [![downstyler.png](thumbnail/downstyler.png)](screenshot/downstyler.png) 249 | 250 | 251 | ### holiday.css 252 | 253 | - [Repository](https://github.com/EvgenyOrekhov/holiday.css) 254 | ![GitHub stars](https://img.shields.io/github/stars/EvgenyOrekhov/holiday.css?style=flat-square) 255 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/EvgenyOrekhov/holiday.css?style=flat-square) 256 | ![Last commit](https://img.shields.io/github/last-commit/EvgenyOrekhov/holiday.css?style=flat-square) 257 | ![GitHub open issues](https://img.shields.io/github/issues-raw/EvgenyOrekhov/holiday.css?style=flat-square) 258 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/EvgenyOrekhov/holiday.css?style=flat-square) 259 | - [Demo](https://holidaycss.js.org/) 260 | 261 | [![holiday.css.png](thumbnail/holiday.css.png)](screenshot/holiday.css.png) 262 | 263 | 264 | ### LatexCSS 265 | 266 | - [Repository](https://github.com/davidrzs/latexcss) 267 | ![GitHub stars](https://img.shields.io/github/stars/davidrzs/latexcss?style=flat-square) 268 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/davidrzs/latexcss?style=flat-square) 269 | ![Last commit](https://img.shields.io/github/last-commit/davidrzs/latexcss?style=flat-square) 270 | ![GitHub open issues](https://img.shields.io/github/issues-raw/davidrzs/latexcss?style=flat-square) 271 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/davidrzs/latexcss?style=flat-square) 272 | - [Demo](https://davidrzs.github.io/latexcss/) 273 | 274 | [![latex.png](thumbnail/latex.png)](screenshot/latex.png) 275 | 276 | 277 | ### magick.css 278 | 279 | - [Repository](https://github.com/wintermute-cell/magick.css) 280 | ![GitHub stars](https://img.shields.io/github/stars/wintermute-cell/magick.css?style=flat-square) 281 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/wintermute-cell/magick.css?style=flat-square) 282 | ![Last commit](https://img.shields.io/github/last-commit/wintermute-cell/magick.css?style=flat-square) 283 | ![GitHub open issues](https://img.shields.io/github/issues-raw/wintermute-cell/magick.css?style=flat-square) 284 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/wintermute-cell/magick.css?style=flat-square) 285 | - [Demo](https://css.winterveil.net/) 286 | 287 | [![magick.css.png](thumbnail/magick.css.png)](screenshot/magick.css.png) 288 | 289 | 290 | ### Markdown CSS — Air 291 | 292 | - [Repository](https://github.com/markdowncss/air) 293 | ![GitHub stars](https://img.shields.io/github/stars/markdowncss/air?style=flat-square) 294 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/markdowncss/air?style=flat-square) 295 | ![Last commit](https://img.shields.io/github/last-commit/markdowncss/air?style=flat-square) 296 | ![GitHub open issues](https://img.shields.io/github/issues-raw/markdowncss/air?style=flat-square) 297 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/markdowncss/air?style=flat-square) 298 | - [Demo](https://markdowncss.github.io/air/) 299 | 300 | [![markdowncss-air.png](thumbnail/markdowncss-air.png)](screenshot/markdowncss-air.png) 301 | 302 | 303 | ### Markdown CSS — Modest 304 | 305 | - [Repository](https://github.com/markdowncss/modest) 306 | ![GitHub stars](https://img.shields.io/github/stars/markdowncss/modest?style=flat-square) 307 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/markdowncss/modest?style=flat-square) 308 | ![Last commit](https://img.shields.io/github/last-commit/markdowncss/modest?style=flat-square) 309 | ![GitHub open issues](https://img.shields.io/github/issues-raw/markdowncss/modest?style=flat-square) 310 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/markdowncss/modest?style=flat-square) 311 | - [Demo](https://markdowncss.github.io/modest/) 312 | 313 | [![markdowncss-modest.png](thumbnail/markdowncss-modest.png)](screenshot/markdowncss-modest.png) 314 | 315 | 316 | ### Markdown CSS — Retro 317 | 318 | - [Repository](https://github.com/markdowncss/retro) 319 | ![GitHub stars](https://img.shields.io/github/stars/markdowncss/retro?style=flat-square) 320 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/markdowncss/retro?style=flat-square) 321 | ![Last commit](https://img.shields.io/github/last-commit/markdowncss/retro?style=flat-square) 322 | ![GitHub open issues](https://img.shields.io/github/issues-raw/markdowncss/retro?style=flat-square) 323 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/markdowncss/retro?style=flat-square) 324 | - [Demo](https://markdowncss.github.io/retro/) 325 | 326 | [![markdowncss-retro.png](thumbnail/markdowncss-retro.png)](screenshot/markdowncss-retro.png) 327 | 328 | 329 | ### Markdown CSS — Splendor 330 | 331 | - [Repository](https://github.com/markdowncss/splendor) 332 | ![GitHub stars](https://img.shields.io/github/stars/markdowncss/splendor?style=flat-square) 333 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/markdowncss/splendor?style=flat-square) 334 | ![Last commit](https://img.shields.io/github/last-commit/markdowncss/splendor?style=flat-square) 335 | ![GitHub open issues](https://img.shields.io/github/issues-raw/markdowncss/splendor?style=flat-square) 336 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/markdowncss/splendor?style=flat-square) 337 | - [Demo](https://markdowncss.github.io/splendor/) 338 | 339 | [![markdowncss-splendor.png](thumbnail/markdowncss-splendor.png)](screenshot/markdowncss-splendor.png) 340 | 341 | 342 | ### Marx 343 | 344 | - [Repository](https://github.com/mblode/marx) 345 | ![GitHub stars](https://img.shields.io/github/stars/mblode/marx?style=flat-square) 346 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/mblode/marx?style=flat-square) 347 | ![Last commit](https://img.shields.io/github/last-commit/mblode/marx?style=flat-square) 348 | ![GitHub open issues](https://img.shields.io/github/issues-raw/mblode/marx?style=flat-square) 349 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/mblode/marx?style=flat-square) 350 | - [Demo](https://codepen.io/mblode/details/JdYbJj) 351 | 352 | [![marx.png](thumbnail/marx.png)](screenshot/marx.png) 353 | 354 | 355 | ### MercuryCSS 356 | 357 | - [Repository](https://github.com/wmeredith/MercuryCSS) 358 | ![GitHub stars](https://img.shields.io/github/stars/wmeredith/MercuryCSS?style=flat-square) 359 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/wmeredith/MercuryCSS?style=flat-square) 360 | ![Last commit](https://img.shields.io/github/last-commit/wmeredith/MercuryCSS?style=flat-square) 361 | ![GitHub open issues](https://img.shields.io/github/issues-raw/wmeredith/MercuryCSS?style=flat-square) 362 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/wmeredith/MercuryCSS?style=flat-square) 363 | - [Demo](https://wmeredith.github.io/MercuryCSS/) 364 | 365 | [![mercurycss.png](thumbnail/mercurycss.png)](screenshot/mercurycss.png) 366 | 367 | 368 | ### MVP.css 369 | 370 | - [Repository](https://github.com/andybrewer/mvp) 371 | ![GitHub stars](https://img.shields.io/github/stars/andybrewer/mvp?style=flat-square) 372 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/andybrewer/mvp?style=flat-square) 373 | ![Last commit](https://img.shields.io/github/last-commit/andybrewer/mvp?style=flat-square) 374 | ![GitHub open issues](https://img.shields.io/github/issues-raw/andybrewer/mvp?style=flat-square) 375 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/andybrewer/mvp?style=flat-square) 376 | - [Demo](https://andybrewer.github.io/mvp/) 377 | 378 | [![mvp.css.png](thumbnail/mvp.css.png)](screenshot/mvp.css.png) 379 | 380 | 381 | ### new.css 382 | 383 | - [Repository](https://github.com/xz/new.css) 384 | ![GitHub stars](https://img.shields.io/github/stars/xz/new.css?style=flat-square) 385 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/xz/new.css?style=flat-square) 386 | ![Last commit](https://img.shields.io/github/last-commit/xz/new.css?style=flat-square) 387 | ![GitHub open issues](https://img.shields.io/github/issues-raw/xz/new.css?style=flat-square) 388 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/xz/new.css?style=flat-square) 389 | - [Demo](https://newcss.net/demo/) 390 | 391 | [![new.css.png](thumbnail/new.css.png)](screenshot/new.css.png) 392 | 393 | 394 | ### no-class.css 395 | 396 | - [Repository](https://github.com/davidpaulsson/no-class) 397 | ![GitHub stars](https://img.shields.io/github/stars/davidpaulsson/no-class?style=flat-square) 398 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/davidpaulsson/no-class?style=flat-square) 399 | ![Last commit](https://img.shields.io/github/last-commit/davidpaulsson/no-class?style=flat-square) 400 | ![GitHub open issues](https://img.shields.io/github/issues-raw/davidpaulsson/no-class?style=flat-square) 401 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/davidpaulsson/no-class?style=flat-square) 402 | - [Demo](https://davidpaulsson.github.io/no-class/) 403 | 404 | [![no-class.css.png](thumbnail/no-class.css.png)](screenshot/no-class.css.png) 405 | 406 | 407 | ### Pico.css 408 | 409 | - [Repository](https://github.com/picocss/pico) 410 | ![GitHub stars](https://img.shields.io/github/stars/picocss/pico?style=flat-square) 411 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/picocss/pico?style=flat-square) 412 | ![Last commit](https://img.shields.io/github/last-commit/picocss/pico?style=flat-square) 413 | ![GitHub open issues](https://img.shields.io/github/issues-raw/picocss/pico?style=flat-square) 414 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/picocss/pico?style=flat-square) 415 | - [Demo](https://picocss.com/examples/preview/) 416 | 417 | [![pico-css.png](thumbnail/pico-css.png)](screenshot/pico-css.png) 418 | 419 | 420 | ### ridge.css 421 | 422 | - [Repository](https://github.com/swlkr/ridgecss) 423 | ![GitHub stars](https://img.shields.io/github/stars/swlkr/ridgecss?style=flat-square) 424 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/swlkr/ridgecss?style=flat-square) 425 | ![Last commit](https://img.shields.io/github/last-commit/swlkr/ridgecss?style=flat-square) 426 | ![GitHub open issues](https://img.shields.io/github/issues-raw/swlkr/ridgecss?style=flat-square) 427 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/swlkr/ridgecss?style=flat-square) 428 | - [Demo](https://ridgecss.com/) 429 | 430 | [![ridge.css-light.png](thumbnail/ridge.css-light.png)](screenshot/ridge.css-light.png) 431 | [![ridge.css-dark.png](thumbnail/ridge.css-dark.png)](screenshot/ridge.css-dark.png) 432 | 433 | 434 | ### sakura 435 | 436 | - [Repository](https://github.com/oxalorg/sakura) 437 | ![GitHub stars](https://img.shields.io/github/stars/oxalorg/sakura?style=flat-square) 438 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/oxalorg/sakura?style=flat-square) 439 | ![Last commit](https://img.shields.io/github/last-commit/oxalorg/sakura?style=flat-square) 440 | ![GitHub open issues](https://img.shields.io/github/issues-raw/oxalorg/sakura?style=flat-square) 441 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/oxalorg/sakura?style=flat-square) 442 | - [Demo](https://oxal.org/projects/sakura/demo/) 443 | 444 | [![sakura-normalize-0.png](thumbnail/sakura-normalize-0.png)](screenshot/sakura-normalize-0.png) 445 | [![sakura-normalize-1-earthly.png](thumbnail/sakura-normalize-1-earthly.png)](screenshot/sakura-normalize-1-earthly.png) 446 | [![sakura-normalize-2-vader.png](thumbnail/sakura-normalize-2-vader.png)](screenshot/sakura-normalize-2-vader.png) 447 | [![sakura-normalize-3-dark.png](thumbnail/sakura-normalize-3-dark.png)](screenshot/sakura-normalize-3-dark.png) 448 | [![sakura-normalize-4-dark-solarized.png](thumbnail/sakura-normalize-4-dark-solarized.png)](screenshot/sakura-normalize-4-dark-solarized.png) 449 | 450 | 451 | ### Simple.css 452 | 453 | - [Repository](https://github.com/kevquirk/simple.css) 454 | ![GitHub stars](https://img.shields.io/github/stars/kevquirk/simple.css?style=flat-square) 455 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/kevquirk/simple.css?style=flat-square) 456 | ![Last commit](https://img.shields.io/github/last-commit/kevquirk/simple.css?style=flat-square) 457 | ![GitHub open issues](https://img.shields.io/github/issues-raw/kevquirk/simple.css?style=flat-square) 458 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/kevquirk/simple.css?style=flat-square) 459 | - [Demo](https://simplecss.org/demo) 460 | 461 | [![simple-css.png](thumbnail/simple-css.png)](screenshot/simple-css.png) 462 | 463 | 464 | ### SPCSS 465 | 466 | - [Repository](https://github.com/susam/spcss) 467 | ![GitHub stars](https://img.shields.io/github/stars/susam/spcss?style=flat-square) 468 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/susam/spcss?style=flat-square) 469 | ![Last commit](https://img.shields.io/github/last-commit/susam/spcss?style=flat-square) 470 | ![GitHub open issues](https://img.shields.io/github/issues-raw/susam/spcss?style=flat-square) 471 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/susam/spcss?style=flat-square) 472 | - [Demo](https://susam.github.io/spcss/) 473 | 474 | [![spcss.png](thumbnail/spcss.png)](screenshot/spcss.png) 475 | 476 | 477 | ### style.css 478 | 479 | - [Repository](https://github.com/css-pkg/style.css) 480 | ![GitHub stars](https://img.shields.io/github/stars/css-pkg/style.css?style=flat-square) 481 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/css-pkg/style.css?style=flat-square) 482 | ![Last commit](https://img.shields.io/github/last-commit/css-pkg/style.css?style=flat-square) 483 | ![GitHub open issues](https://img.shields.io/github/issues-raw/css-pkg/style.css?style=flat-square) 484 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/css-pkg/style.css?style=flat-square) 485 | - [Demo](https://css-pkg.github.io/style.css/) 486 | 487 | [![style.css.png](thumbnail/style.css.png)](screenshot/style.css.png) 488 | 489 | 490 | ### Stylize.css 491 | 492 | - [Repository](https://github.com/vasanthv/stylize.css) 493 | ![GitHub stars](https://img.shields.io/github/stars/vasanthv/stylize.css?style=flat-square) 494 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/vasanthv/stylize.css?style=flat-square) 495 | ![Last commit](https://img.shields.io/github/last-commit/vasanthv/stylize.css?style=flat-square) 496 | ![GitHub open issues](https://img.shields.io/github/issues-raw/vasanthv/stylize.css?style=flat-square) 497 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/vasanthv/stylize.css?style=flat-square) 498 | - [Demo](https://vasanthv.github.io/stylize.css/demo.html) 499 | 500 | [![stylize.css.png](thumbnail/stylize.css.png)](screenshot/stylize.css.png) 501 | 502 | 503 | ### tacit 504 | 505 | - [Repository](https://github.com/yegor256/tacit) 506 | ![GitHub stars](https://img.shields.io/github/stars/yegor256/tacit?style=flat-square) 507 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/yegor256/tacit?style=flat-square) 508 | ![Last commit](https://img.shields.io/github/last-commit/yegor256/tacit?style=flat-square) 509 | ![GitHub open issues](https://img.shields.io/github/issues-raw/yegor256/tacit?style=flat-square) 510 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/yegor256/tacit?style=flat-square) 511 | - [Demo](https://yegor256.github.io/tacit/) 512 | 513 | [![tacit.png](thumbnail/tacit.png)](screenshot/tacit.png) 514 | 515 | 516 | ### Tiny.css 517 | 518 | - [Repository](https://github.com/ihsan6133/tiny.css) 519 | ![GitHub stars](https://img.shields.io/github/stars/ihsan6133/tiny.css?style=flat-square) 520 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/ihsan6133/tiny.css?style=flat-square) 521 | ![Last commit](https://img.shields.io/github/last-commit/ihsan6133/tiny.css?style=flat-square) 522 | ![GitHub open issues](https://img.shields.io/github/issues-raw/ihsan6133/tiny.css?style=flat-square) 523 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/ihsan6133/tiny.css?style=flat-square) 524 | - [Demo](https://ihsan6133.github.io/tinycss) 525 | 526 | [![tiny.css-0-light.png](thumbnail/tiny.css-0-light.png)](screenshot/tiny.css-0-light.png) 527 | [![tiny.css-1-dark.png](thumbnail/tiny.css-1-dark.png)](screenshot/tiny.css-1-dark.png) 528 | 529 | 530 | ### tty.css 531 | 532 | - [Repository](https://github.com/piranna/tty.css) 533 | ![GitHub stars](https://img.shields.io/github/stars/piranna/tty.css?style=flat-square) 534 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/piranna/tty.css?style=flat-square) 535 | ![Last commit](https://img.shields.io/github/last-commit/piranna/tty.css?style=flat-square) 536 | ![GitHub open issues](https://img.shields.io/github/issues-raw/piranna/tty.css?style=flat-square) 537 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/piranna/tty.css?style=flat-square) 538 | - [Demo](https://piranna.github.io/tty.css/) 539 | 540 | [![tty.css.png](thumbnail/tty.css.png)](screenshot/tty.css.png) 541 | 542 | 543 | ### Tufte CSS 544 | 545 | - [Repository](https://github.com/edwardtufte/tufte-css) 546 | ![GitHub stars](https://img.shields.io/github/stars/edwardtufte/tufte-css?style=flat-square) 547 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/edwardtufte/tufte-css?style=flat-square) 548 | ![Last commit](https://img.shields.io/github/last-commit/edwardtufte/tufte-css?style=flat-square) 549 | ![GitHub open issues](https://img.shields.io/github/issues-raw/edwardtufte/tufte-css?style=flat-square) 550 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/edwardtufte/tufte-css?style=flat-square) 551 | - [Demo](https://edwardtufte.github.io/tufte-css/) 552 | 553 | [![tufte-css.png](thumbnail/tufte-css.png)](screenshot/tufte-css.png) 554 | 555 | 556 | ### W3C Core Styles 557 | 558 | - [Website](https://www.w3.org/StyleSheets/Core/Overview) 559 | - [Demo](https://www.w3.org/StyleSheets/Core/preview) 560 | 561 | [![w3c-core-styles-0-oldstyle.png](thumbnail/w3c-core-styles-0-oldstyle.png)](screenshot/w3c-core-styles-0-oldstyle.png) 562 | [![w3c-core-styles-1-modernist.png](thumbnail/w3c-core-styles-1-modernist.png)](screenshot/w3c-core-styles-1-modernist.png) 563 | [![w3c-core-styles-2-midnight.png](thumbnail/w3c-core-styles-2-midnight.png)](screenshot/w3c-core-styles-2-midnight.png) 564 | [![w3c-core-styles-3-ultramarine.png](thumbnail/w3c-core-styles-3-ultramarine.png)](screenshot/w3c-core-styles-3-ultramarine.png) 565 | [![w3c-core-styles-4-swiss.png](thumbnail/w3c-core-styles-4-swiss.png)](screenshot/w3c-core-styles-4-swiss.png) 566 | [![w3c-core-styles-5-chocolate.png](thumbnail/w3c-core-styles-5-chocolate.png)](screenshot/w3c-core-styles-5-chocolate.png) 567 | [![w3c-core-styles-6-traditional.png](thumbnail/w3c-core-styles-6-traditional.png)](screenshot/w3c-core-styles-6-traditional.png) 568 | [![w3c-core-styles-7-steely.png](thumbnail/w3c-core-styles-7-steely.png)](screenshot/w3c-core-styles-7-steely.png) 569 | 570 | 571 | ### water.css 572 | 573 | - [Repository](https://github.com/kognise/water.css) 574 | ![GitHub stars](https://img.shields.io/github/stars/kognise/water.css?style=flat-square) 575 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/kognise/water.css?style=flat-square) 576 | ![Last commit](https://img.shields.io/github/last-commit/kognise/water.css?style=flat-square) 577 | ![GitHub open issues](https://img.shields.io/github/issues-raw/kognise/water.css?style=flat-square) 578 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/kognise/water.css?style=flat-square) 579 | - [Demo](https://kognise.github.io/water.css/) 580 | 581 | [![water.css-0-dark.png](thumbnail/water.css-0-dark.png)](screenshot/water.css-0-dark.png) 582 | [![water.css-1-light.png](thumbnail/water.css-1-light.png)](screenshot/water.css-1-light.png) 583 | 584 | 585 | ### Writ 586 | 587 | - [Repository](https://github.com/programble/writ) 588 | ![GitHub stars](https://img.shields.io/github/stars/programble/writ?style=flat-square) 589 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/programble/writ?style=flat-square) 590 | ![Last commit](https://img.shields.io/github/last-commit/programble/writ?style=flat-square) 591 | ![GitHub open issues](https://img.shields.io/github/issues-raw/programble/writ?style=flat-square) 592 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/programble/writ?style=flat-square) 593 | - [Demo](https://writ.cmcenroe.me/) 594 | 595 | [![writ.png](thumbnail/writ.png)](screenshot/writ.png) 596 | 597 | 598 | ### YoRHa 599 | 600 | - [Repository](https://github.com/metakirby5/yorha) 601 | ![GitHub stars](https://img.shields.io/github/stars/metakirby5/yorha?style=flat-square) 602 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/metakirby5/yorha?style=flat-square) 603 | ![Last commit](https://img.shields.io/github/last-commit/metakirby5/yorha?style=flat-square) 604 | ![GitHub open issues](https://img.shields.io/github/issues-raw/metakirby5/yorha?style=flat-square) 605 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/metakirby5/yorha?style=flat-square) 606 | - [Demo](https://metakirby5.github.io/yorha/) 607 | 608 | [![yorha.png](thumbnail/yorha.png)](screenshot/yorha.png) 609 | 610 | 611 | ## Class-light 612 | 613 | These are frameworks that do not force you to apply their classes to many elements. 614 | However, 615 | they either require something like `
` or a bit of your own CSS for a page to look right, 616 | or offer optional classes to style your content—possibly both. 617 | 618 | 619 | ### Barrel.css 620 | 621 | - [Repository](https://github.com/EternityForest/barrel.css) 622 | ![GitHub stars](https://img.shields.io/github/stars/EternityForest/barrel.css?style=flat-square) 623 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/EternityForest/barrel.css?style=flat-square) 624 | ![Last commit](https://img.shields.io/github/last-commit/EternityForest/barrel.css?style=flat-square) 625 | ![GitHub open issues](https://img.shields.io/github/issues-raw/EternityForest/barrel.css?style=flat-square) 626 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/EternityForest/barrel.css?style=flat-square) 627 | - [Demo](https://eternityforest.github.io/barrel.css/) 628 | 629 | [![barrel.css-0-barrel.png](thumbnail/barrel.css-0-barrel.png)](screenshot/barrel.css-0-barrel.png) 630 | [![barrel.css-1-fugit.png](thumbnail/barrel.css-1-fugit.png)](screenshot/barrel.css-1-fugit.png) 631 | [![barrel.css-2-banderole.png](thumbnail/barrel.css-2-banderole.png)](screenshot/barrel.css-2-banderole.png) 632 | [![barrel.css-3-scrapbook-green.png](thumbnail/barrel.css-3-scrapbook-green.png)](screenshot/barrel.css-3-scrapbook-green.png) 633 | [![barrel.css-4-nord.png](thumbnail/barrel.css-4-nord.png)](screenshot/barrel.css-4-nord.png) 634 | [![barrel.css-5-blast.png](thumbnail/barrel.css-5-blast.png)](screenshot/barrel.css-5-blast.png) 635 | [![barrel.css-6-lair.png](thumbnail/barrel.css-6-lair.png)](screenshot/barrel.css-6-lair.png) 636 | [![barrel.css-7-steam.png](thumbnail/barrel.css-7-steam.png)](screenshot/barrel.css-7-steam.png) 637 | 638 | 639 | ### Chota 640 | 641 | - [Repository](https://github.com/jenil/chota) 642 | ![GitHub stars](https://img.shields.io/github/stars/jenil/chota?style=flat-square) 643 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/jenil/chota?style=flat-square) 644 | ![Last commit](https://img.shields.io/github/last-commit/jenil/chota?style=flat-square) 645 | ![GitHub open issues](https://img.shields.io/github/issues-raw/jenil/chota?style=flat-square) 646 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/jenil/chota?style=flat-square) 647 | - [Demo](https://jenil.github.io/chota/) 648 | 649 | [![chota.png](thumbnail/chota.png)](screenshot/chota.png) 650 | 651 | 652 | ### Fylgja 653 | 654 | [Classless setup guide](https://fylgja.dev/guides/classless-setup/). 655 | 656 | - [Website](https://fylgja.dev/features/native-styles/) 657 | - [Repository](https://github.com/fylgja/fylgja) 658 | ![GitHub stars](https://img.shields.io/github/stars/fylgja/fylgja?style=flat-square) 659 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/fylgja/fylgja?style=flat-square) 660 | ![Last commit](https://img.shields.io/github/last-commit/fylgja/fylgja?style=flat-square) 661 | ![GitHub open issues](https://img.shields.io/github/issues-raw/fylgja/fylgja?style=flat-square) 662 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/fylgja/fylgja?style=flat-square) 663 | - [Demo](https://codepen.io/Fylgja/pen/ExGOZaE) 664 | 665 | [![fylgja.png](thumbnail/fylgja.png)](screenshot/fylgja.png) 666 | 667 | 668 | ### matcha.css 669 | 670 | - [Repository](https://github.com/lowlighter/matcha) 671 | ![GitHub stars](https://img.shields.io/github/stars/lowlighter/matcha?style=flat-square) 672 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/lowlighter/matcha?style=flat-square) 673 | ![Last commit](https://img.shields.io/github/last-commit/lowlighter/matcha?style=flat-square) 674 | ![GitHub open issues](https://img.shields.io/github/issues-raw/lowlighter/matcha?style=flat-square) 675 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/lowlighter/matcha?style=flat-square) 676 | - [Demo](https://matcha.mizu.sh/) 677 | 678 | [![matcha.css.png](thumbnail/matcha.css.png)](screenshot/matcha.css.png) 679 | 680 | 681 | ### Milligram 682 | 683 | - [Repository](https://github.com/milligram/milligram) 684 | ![GitHub stars](https://img.shields.io/github/stars/milligram/milligram?style=flat-square) 685 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/milligram/milligram?style=flat-square) 686 | ![Last commit](https://img.shields.io/github/last-commit/milligram/milligram?style=flat-square) 687 | ![GitHub open issues](https://img.shields.io/github/issues-raw/milligram/milligram?style=flat-square) 688 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/milligram/milligram?style=flat-square) 689 | - [Demo](https://milligram.io/) 690 | 691 | [![milligram.png](thumbnail/milligram.png)](screenshot/milligram.png) 692 | 693 | 694 | ### mini.css 695 | 696 | - [Repository](https://github.com/Chalarangelo/mini.css) 697 | ![GitHub stars](https://img.shields.io/github/stars/Chalarangelo/mini.css?style=flat-square) 698 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/Chalarangelo/mini.css?style=flat-square) 699 | ![Last commit](https://img.shields.io/github/last-commit/Chalarangelo/mini.css?style=flat-square) 700 | ![GitHub open issues](https://img.shields.io/github/issues-raw/Chalarangelo/mini.css?style=flat-square) 701 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/Chalarangelo/mini.css?style=flat-square) 702 | - [Demo](https://minicss.org/docs) 703 | 704 | [![minicss.png](thumbnail/minicss.png)](screenshot/minicss.png) 705 | 706 | 707 | ### mono 708 | 709 | - [Repository](https://github.com/artalar/mono) 710 | ![GitHub stars](https://img.shields.io/github/stars/artalar/mono?style=flat-square) 711 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/artalar/mono?style=flat-square) 712 | ![Last commit](https://img.shields.io/github/last-commit/artalar/mono?style=flat-square) 713 | ![GitHub open issues](https://img.shields.io/github/issues-raw/artalar/mono?style=flat-square) 714 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/artalar/mono?style=flat-square) 715 | - [Demo](https://monocss.vercel.app/) 716 | 717 | [![mono.png](thumbnail/mono.png)](screenshot/mono.png) 718 | 719 | 720 | ### Picnic CSS 721 | 722 | 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. 723 | 724 | - [Repository](https://github.com/franciscop/picnic) 725 | ![GitHub stars](https://img.shields.io/github/stars/franciscop/picnic?style=flat-square) 726 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/franciscop/picnic?style=flat-square) 727 | ![Last commit](https://img.shields.io/github/last-commit/franciscop/picnic?style=flat-square) 728 | ![GitHub open issues](https://img.shields.io/github/issues-raw/franciscop/picnic?style=flat-square) 729 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/franciscop/picnic?style=flat-square) 730 | - [Demo](http://picnicss.com/) 731 | 732 | [![picnic.png](thumbnail/picnic.png)](screenshot/picnic.png) 733 | 734 | 735 | ### SASS-ZERO (Breadboard) 736 | 737 | A class-light variant of a CSS framework with classes. Made for Ruby on Rails. 738 | 739 | - [Repository](https://github.com/lazaronixon/sass-zero) 740 | ![GitHub stars](https://img.shields.io/github/stars/lazaronixon/sass-zero?style=flat-square) 741 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/lazaronixon/sass-zero?style=flat-square) 742 | ![Last commit](https://img.shields.io/github/last-commit/lazaronixon/sass-zero?style=flat-square) 743 | ![GitHub open issues](https://img.shields.io/github/issues-raw/lazaronixon/sass-zero?style=flat-square) 744 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/lazaronixon/sass-zero?style=flat-square) 745 | 746 | [![sass-zero.png](thumbnail/sass-zero.png)](screenshot/sass-zero.png) 747 | 748 | 749 | ### Wing 750 | 751 | - [Repository](https://github.com/kbrsh/wing) 752 | ![GitHub stars](https://img.shields.io/github/stars/kbrsh/wing?style=flat-square) 753 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/kbrsh/wing?style=flat-square) 754 | ![Last commit](https://img.shields.io/github/last-commit/kbrsh/wing?style=flat-square) 755 | ![GitHub open issues](https://img.shields.io/github/issues-raw/kbrsh/wing?style=flat-square) 756 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/kbrsh/wing?style=flat-square) 757 | - [Demo](https://kbrsh.github.io/wing/) 758 | 759 | [![wing.png](thumbnail/wing.png)](screenshot/wing.png) 760 | 761 | 762 | ## See also 763 | 764 | - [Drop-in switcher for previewing minimal CSS frameworks](https://github.com/dohliam/dropin-minimal-css) 765 | 766 | 767 | ## License 768 | 769 | [![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) 770 | 771 | To the extent possible under law, D. Bohdan has waived all copyright and related or neighboring rights to this work. By contributing, you agree to release your contribution under the same terms. 772 | -------------------------------------------------------------------------------- /README.md.njk: -------------------------------------------------------------------------------- 1 | # Classless CSS 2 | 3 | This is a list of classless CSS themes and frameworks. 4 | "Classless" means a style sheet does not define special classes you must add to your HTML elements to style these elements. 5 | As a result, you can style any plain-HTML page just by linking to the style sheet. 6 | This is useful, for example, in prototyping. 7 | 8 | 9 | ## Contents 10 | 11 | {{ toc }} 12 | 13 | {% macro item(proj) %} 14 | ### {{ proj.name }} 15 | 16 | {% if proj.note %} 17 | {{ proj.note }} 18 | 19 | {% endif %} 20 | {% if proj.website %} 21 | - [Website]({{ proj.website }}) 22 | {% endif %} 23 | {% if proj.github %} 24 | - [Repository](https://github.com/{{ proj.github }}) 25 | ![GitHub stars](https://img.shields.io/github/stars/{{ proj.github }}?style=flat-square) 26 | ![GitHub contributors](https://img.shields.io/github/contributors-anon/{{ proj.github }}?style=flat-square) 27 | ![Last commit](https://img.shields.io/github/last-commit/{{ proj.github }}?style=flat-square) 28 | ![GitHub open issues](https://img.shields.io/github/issues-raw/{{ proj.github }}?style=flat-square) 29 | ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/{{ proj.github }}?style=flat-square) 30 | {% endif %} 31 | {% if proj.demo %} 32 | - [Demo]({{ proj.demo }}) 33 | {% endif %} 34 | 35 | {% for filename in proj.screenshots %} 36 | [![{{ filename }}](thumbnail/{{ filename }})](screenshot/{{ filename }}) 37 | {% endfor %} 38 | {% endmacro %} 39 | 40 | ## Classless 41 | 42 | {% for proj in projects %} 43 | {% if proj.tags.indexOf("classless") > -1 %} 44 | {{ item(proj) }} 45 | 46 | {% endif %} 47 | {% endfor %} 48 | ## Class-light 49 | 50 | These are frameworks that do not force you to apply their classes to many elements. 51 | However, 52 | they either require something like `
` or a bit of your own CSS for a page to look right, 53 | or offer optional classes to style your content—possibly both. 54 | 55 | {% for proj in projects %} 56 | {% if proj.tags.indexOf("class-light") > -1 %} 57 | 58 | {{ item(proj) }} 59 | {% endif %} 60 | {% endfor %} 61 | 62 | ## See also 63 | 64 | - [Drop-in switcher for previewing minimal CSS frameworks](https://github.com/dohliam/dropin-minimal-css) 65 | 66 | 67 | ## License 68 | 69 | [![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) 70 | 71 | To the extent possible under law, D. Bohdan has waived all copyright and related or neighboring rights to this work. By contributing, you agree to release your contribution under the same terms. 72 | -------------------------------------------------------------------------------- /data/projects.toml: -------------------------------------------------------------------------------- 1 | ### Classless 2 | 3 | ["Almond.CSS"] 4 | demo = "https://alvaromontoro.github.io/almond.css/demo/" 5 | github = "alvaromontoro/almond.css" 6 | note = "" 7 | website = "" 8 | screenshots = ["almond-css.png"] 9 | tags = ["classless"] 10 | 11 | [attriCSS] 12 | demo = "https://raj457036.github.io/attriCSS/" 13 | github = "raj457036/attriCSS" 14 | note = "" 15 | website = "" 16 | screenshots = [ 17 | "attricss-0-brightlight-green.png", 18 | "attricss-1-midnight-green.png", 19 | "attricss-2-darkforest-green.png", 20 | "attricss-3-darkfairy-pink.png", 21 | "attricss-4-lightfairy-pink.png", 22 | ] 23 | tags = ["classless"] 24 | 25 | ["awsm.css"] 26 | demo = "https://igoradamenko.com/awsm.css/v2/elements.html" 27 | github = "" 28 | note = "" 29 | website = "https://igoradamenko.com/awsm.css/v2/" 30 | screenshots = [ 31 | "awsm.css-0.png", 32 | "awsm.css-1-gondola.png", 33 | "awsm.css-2-mischka.png", 34 | "awsm.css-3-big-stone.png", 35 | "awsm.css-4-black.png", 36 | "awsm.css-5-tasman.png", 37 | "awsm.css-6-pastel-pink.png", 38 | "awsm.css-7-pearl-lusta.png", 39 | ] 40 | tags = ["classless"] 41 | 42 | [axist] 43 | demo = "https://ruanmartinelli.github.io/axist/" 44 | github = "ruanmartinelli/axist" 45 | note = "" 46 | website = "" 47 | screenshots = ["axist.png"] 48 | tags = ["classless"] 49 | 50 | [Bahunya] 51 | demo = "https://kimeiga.github.io/bahunya/" 52 | github = "Kimeiga/bahunya" 53 | note = "" 54 | website = "" 55 | screenshots = ["bahunya.png"] 56 | tags = ["classless"] 57 | 58 | ["Bamboo CSS"] 59 | demo = "https://rilwis.github.io/bamboo/demo/" 60 | github = "rilwis/bamboo" 61 | note = "" 62 | website = "" 63 | screenshots = ["bamboo-css.png"] 64 | tags = ["classless"] 65 | 66 | [BareCSS] 67 | demo = "https://web.archive.org/web/20191010034508/http://barecss.com/" 68 | github = "longsien/BareCSS" 69 | note = "" 70 | website = "" 71 | screenshots = ["barecss.png"] 72 | tags = ["classless"] 73 | 74 | ["Basic.css"] 75 | demo = "https://vladocar.github.io/Basic.css/" 76 | github = "vladocar/Basic.css" 77 | note = "" 78 | website = "" 79 | screenshots = ["basic.css.png"] 80 | tags = ["classless"] 81 | 82 | ["Bolt.css"] 83 | demo = "https://boltcss.com/" 84 | github = "tbolt/boltcss" 85 | note = "" 86 | website = "" 87 | screenshots = ["bolt.css.png"] 88 | tags = ["classless"] 89 | 90 | [ChimeraCSS] 91 | demo = "https://chimera-demo.vercel.app/" 92 | github = "ChimeraCSS/ChimeraCSS" 93 | note = "" 94 | website = "" 95 | screenshots = [ 96 | "chimeracss-0.png", 97 | "chimeracss-1-dark.png", 98 | "chimeracss-2-autumn.png", 99 | "chimeracss-3-blues.png", 100 | "chimeracss-4-golden.png", 101 | "chimeracss-5-nightsky.png", 102 | "chimeracss-6-plain.png", 103 | ] 104 | tags = ["classless"] 105 | 106 | ["Classless.css"] 107 | demo = "http://classless.de/" 108 | github = "emareg/classlesscss" 109 | note = "" 110 | website = "" 111 | screenshots = ["classless.css.png"] 112 | tags = ["classless"] 113 | 114 | ["concrete.css"] 115 | demo = "https://concrete.style/" 116 | github = "louismerlin/concrete.css" 117 | note = "" 118 | website = "" 119 | screenshots = ["concrete.css.png"] 120 | tags = ["classless"] 121 | 122 | [Downstyler] 123 | demo = "https://waldyrious.github.io/downstyler" 124 | github = "waldyrious/downstyler" 125 | note = "" 126 | website = "" 127 | screenshots = ["downstyler.png"] 128 | tags = ["classless"] 129 | 130 | ["holiday.css"] 131 | demo = "https://holidaycss.js.org/" 132 | github = "EvgenyOrekhov/holiday.css" 133 | note = "" 134 | website = "" 135 | screenshots = ["holiday.css.png"] 136 | tags = ["classless"] 137 | 138 | [LatexCSS] 139 | demo = "https://davidrzs.github.io/latexcss/" 140 | github = "davidrzs/latexcss" 141 | note = "" 142 | website = "" 143 | screenshots = ["latex.png"] 144 | tags = ["classless"] 145 | 146 | ["magick.css"] 147 | demo = "https://css.winterveil.net/" 148 | github = "wintermute-cell/magick.css" 149 | note = "" 150 | website = "" 151 | screenshots = ["magick.css.png"] 152 | tags = ["classless"] 153 | 154 | ["Markdown CSS — Air"] 155 | demo = "https://markdowncss.github.io/air/" 156 | github = "markdowncss/air" 157 | note = "" 158 | website = "" 159 | screenshots = ["markdowncss-air.png"] 160 | tags = ["classless"] 161 | 162 | ["Markdown CSS — Modest"] 163 | demo = "https://markdowncss.github.io/modest/" 164 | github = "markdowncss/modest" 165 | note = "" 166 | website = "" 167 | screenshots = ["markdowncss-modest.png"] 168 | tags = ["classless"] 169 | 170 | ["Markdown CSS — Retro"] 171 | demo = "https://markdowncss.github.io/retro/" 172 | github = "markdowncss/retro" 173 | note = "" 174 | website = "" 175 | screenshots = ["markdowncss-retro.png"] 176 | tags = ["classless"] 177 | 178 | ["Markdown CSS — Splendor"] 179 | demo = "https://markdowncss.github.io/splendor/" 180 | github = "markdowncss/splendor" 181 | note = "" 182 | website = "" 183 | screenshots = ["markdowncss-splendor.png"] 184 | tags = ["classless"] 185 | 186 | [Marx] 187 | demo = "https://codepen.io/mblode/details/JdYbJj" 188 | github = "mblode/marx" 189 | note = "" 190 | website = "" 191 | screenshots = ["marx.png"] 192 | tags = ["classless"] 193 | 194 | [MercuryCSS] 195 | demo = "https://wmeredith.github.io/MercuryCSS/" 196 | github = "wmeredith/MercuryCSS" 197 | note = "" 198 | website = "" 199 | screenshots = ["mercurycss.png"] 200 | tags = ["classless"] 201 | 202 | ["MVP.css"] 203 | demo = "https://andybrewer.github.io/mvp/" 204 | github = "andybrewer/mvp" 205 | note = "" 206 | website = "" 207 | screenshots = ["mvp.css.png"] 208 | tags = ["classless"] 209 | 210 | ["new.css"] 211 | demo = "https://newcss.net/demo/" 212 | github = "xz/new.css" 213 | note = "" 214 | website = "" 215 | screenshots = ["new.css.png"] 216 | tags = ["classless"] 217 | 218 | ["no-class.css"] 219 | demo = "https://davidpaulsson.github.io/no-class/" 220 | github = "davidpaulsson/no-class" 221 | note = "" 222 | website = "" 223 | screenshots = ["no-class.css.png"] 224 | tags = ["classless"] 225 | 226 | ["Pico.css"] 227 | demo = "https://picocss.com/examples/preview/" 228 | github = "picocss/pico" 229 | note = "" 230 | website = "" 231 | screenshots = ["pico-css.png"] 232 | tags = ["classless"] 233 | 234 | ["ridge.css"] 235 | demo = "https://ridgecss.com/" 236 | github = "swlkr/ridgecss" 237 | note = "" 238 | website = "" 239 | screenshots = ["ridge.css-light.png", "ridge.css-dark.png"] 240 | tags = ["classless"] 241 | 242 | [sakura] 243 | demo = "https://oxal.org/projects/sakura/demo/" 244 | github = "oxalorg/sakura" 245 | note = "" 246 | website = "" 247 | screenshots = [ 248 | "sakura-normalize-0.png", 249 | "sakura-normalize-1-earthly.png", 250 | "sakura-normalize-2-vader.png", 251 | "sakura-normalize-3-dark.png", 252 | "sakura-normalize-4-dark-solarized.png", 253 | ] 254 | tags = ["classless"] 255 | 256 | ["Simple.css"] 257 | demo = "https://simplecss.org/demo" 258 | github = "kevquirk/simple.css" 259 | note = "" 260 | website = "" 261 | screenshots = ["simple-css.png"] 262 | tags = ["classless"] 263 | 264 | [SPCSS] 265 | demo = "https://susam.github.io/spcss/" 266 | github = "susam/spcss" 267 | note = "" 268 | website = "" 269 | screenshots = ["spcss.png"] 270 | tags = ["classless"] 271 | 272 | ["style.css"] 273 | demo = "https://css-pkg.github.io/style.css/" 274 | github = "css-pkg/style.css" 275 | note = "" 276 | website = "" 277 | screenshots = ["style.css.png"] 278 | tags = ["classless"] 279 | 280 | ["Stylize.css"] 281 | demo = "https://vasanthv.github.io/stylize.css/demo.html" 282 | github = "vasanthv/stylize.css" 283 | note = "" 284 | website = "" 285 | screenshots = ["stylize.css.png"] 286 | tags = ["classless"] 287 | 288 | [tacit] 289 | demo = "https://yegor256.github.io/tacit/" 290 | github = "yegor256/tacit" 291 | note = "" 292 | website = "" 293 | screenshots = ["tacit.png"] 294 | tags = ["classless"] 295 | 296 | ["Tiny.css"] 297 | demo = "https://ihsan6133.github.io/tinycss" 298 | github = "ihsan6133/tiny.css" 299 | note = "" 300 | website = "" 301 | screenshots = ["tiny.css-0-light.png", "tiny.css-1-dark.png"] 302 | tags = ["classless"] 303 | 304 | ["tty.css"] 305 | demo = "https://piranna.github.io/tty.css/" 306 | github = "piranna/tty.css" 307 | note = "" 308 | website = "" 309 | screenshots = ["tty.css.png"] 310 | tags = ["classless"] 311 | 312 | ["Tufte CSS"] 313 | demo = "https://edwardtufte.github.io/tufte-css/" 314 | github = "edwardtufte/tufte-css" 315 | note = "" 316 | website = "" 317 | screenshots = ["tufte-css.png"] 318 | tags = ["classless"] 319 | 320 | ["W3C Core Styles"] 321 | demo = "https://www.w3.org/StyleSheets/Core/preview" 322 | github = "" 323 | note = "" 324 | website = "https://www.w3.org/StyleSheets/Core/Overview" 325 | screenshots = [ 326 | "w3c-core-styles-0-oldstyle.png", 327 | "w3c-core-styles-1-modernist.png", 328 | "w3c-core-styles-2-midnight.png", 329 | "w3c-core-styles-3-ultramarine.png", 330 | "w3c-core-styles-4-swiss.png", 331 | "w3c-core-styles-5-chocolate.png", 332 | "w3c-core-styles-6-traditional.png", 333 | "w3c-core-styles-7-steely.png", 334 | ] 335 | tags = ["classless"] 336 | 337 | ["water.css"] 338 | demo = "https://kognise.github.io/water.css/" 339 | github = "kognise/water.css" 340 | note = "" 341 | website = "" 342 | screenshots = ["water.css-0-dark.png", "water.css-1-light.png"] 343 | tags = ["classless"] 344 | 345 | [Writ] 346 | demo = "https://writ.cmcenroe.me/" 347 | github = "programble/writ" 348 | note = "" 349 | website = "" 350 | screenshots = ["writ.png"] 351 | tags = ["classless"] 352 | 353 | [YoRHa] 354 | demo = "https://metakirby5.github.io/yorha/" 355 | github = "metakirby5/yorha" 356 | note = "" 357 | website = "" 358 | screenshots = ["yorha.png"] 359 | tags = ["classless"] 360 | 361 | ### Class-light 362 | 363 | ["Barrel.css"] 364 | demo = "https://eternityforest.github.io/barrel.css/" 365 | github = "EternityForest/barrel.css" 366 | note = "" 367 | website = "" 368 | screenshots = [ 369 | "barrel.css-0-barrel.png", 370 | "barrel.css-1-fugit.png", 371 | "barrel.css-2-banderole.png", 372 | "barrel.css-3-scrapbook-green.png", 373 | "barrel.css-4-nord.png", 374 | "barrel.css-5-blast.png", 375 | "barrel.css-6-lair.png", 376 | "barrel.css-7-steam.png", 377 | ] 378 | tags = ["class-light"] 379 | 380 | [Chota] 381 | demo = "https://jenil.github.io/chota/" 382 | github = "jenil/chota" 383 | note = "" 384 | website = "" 385 | screenshots = ["chota.png"] 386 | tags = ["class-light"] 387 | 388 | [Fylgja] 389 | demo = "https://codepen.io/Fylgja/pen/ExGOZaE" 390 | github = "fylgja/fylgja" 391 | note = "[Classless setup guide](https://fylgja.dev/guides/classless-setup/)." 392 | website = "https://fylgja.dev/features/native-styles/" 393 | screenshots = ["fylgja.png"] 394 | tags = ["class-light"] 395 | 396 | ["matcha.css"] 397 | demo = "https://matcha.mizu.sh/" 398 | github = "lowlighter/matcha" 399 | note = "" 400 | website = "" 401 | screenshots = ["matcha.css.png"] 402 | tags = ["class-light"] 403 | 404 | [Milligram] 405 | demo = "https://milligram.io/" 406 | github = "milligram/milligram" 407 | note = "" 408 | website = "" 409 | screenshots = ["milligram.png"] 410 | tags = ["class-light"] 411 | 412 | ["mini.css"] 413 | demo = "https://minicss.org/docs" 414 | github = "Chalarangelo/mini.css" 415 | note = "" 416 | website = "" 417 | screenshots = ["minicss.png"] 418 | tags = ["class-light"] 419 | 420 | [mono] 421 | demo = "https://monocss.vercel.app/" 422 | github = "artalar/mono" 423 | note = "" 424 | website = "" 425 | screenshots = ["mono.png"] 426 | tags = ["class-light"] 427 | 428 | 429 | ["Picnic CSS"] 430 | demo = "http://picnicss.com/" 431 | github = "franciscop/picnic" 432 | note = "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." 433 | website = "" 434 | screenshots = ["picnic.png"] 435 | tags = ["class-light"] 436 | 437 | ["SASS-ZERO (Breadboard)"] 438 | demo = "" 439 | github = "lazaronixon/sass-zero" 440 | note = "A class-light variant of a CSS framework with classes. Made for Ruby on Rails." 441 | website = "" 442 | screenshots = ["sass-zero.png"] 443 | tags = ["class-light"] 444 | 445 | [Wing] 446 | demo = "https://kbrsh.github.io/wing/" 447 | github = "kbrsh/wing" 448 | note = "" 449 | website = "" 450 | screenshots = ["wing.png"] 451 | tags = ["class-light"] 452 | -------------------------------------------------------------------------------- /gen-screenshot.ts: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env -S deno run --allow-env --allow-net --allow-read --allow-run --allow-write --check 2 | // Generate the screenshot and its thumbnail for a project. 3 | // To install the dependencies on Debian/Ubuntu: 4 | // $ sudo apt install imagemagick optipng 5 | 6 | import { launch } from "https://deno.land/x/astral@0.3.5/mod.ts"; 7 | 8 | const templateFile = "screenshot-page.html"; 9 | const temporaryFile = "temp.html"; 10 | 11 | const slugify = (str: string) => 12 | str 13 | .toLowerCase() 14 | .replace(/[^a-z0-9.]+/g, "-") 15 | .replace(/(^-|-$)/g, ""); 16 | 17 | const saveScreenshot = async (src: string, dest: string) => { 18 | const browser = await launch(); 19 | 20 | const page = await browser.newPage(src); 21 | await page.setViewportSize({ width: 1024, height: 1024 }); 22 | 23 | const screenshot = await page.screenshot({ captureBeyondViewport: true }); 24 | await Deno.writeFile(dest, screenshot); 25 | 26 | await browser.close(); 27 | }; 28 | 29 | if (Deno.args.length < 1 || Deno.args.length > 2) { 30 | console.error( 31 | "usage: gen-screenshot.ts project-name [css-file]\n\n" + 32 | "The image filename will be derived from the project name.", 33 | ); 34 | Deno.exit(1); 35 | } 36 | 37 | const screenshotFile = `${slugify(Deno.args[0])}.png`; 38 | const cssFile = Deno.args[1] || ""; 39 | 40 | try { 41 | const htmlTemplate = await Deno.readTextFile(templateFile); 42 | const css = cssFile === "" ? "" : await Deno.readTextFile(cssFile); 43 | const html = htmlTemplate.replace(/%CSS_HERE%/, css); 44 | await Deno.writeTextFile(temporaryFile, html); 45 | 46 | const tempFilePath = await Deno.realPath(temporaryFile); 47 | await saveScreenshot( 48 | `file://${tempFilePath}`, 49 | `screenshot/${screenshotFile}`, 50 | ); 51 | 52 | await (new Deno.Command( 53 | "convert", 54 | { 55 | args: [ 56 | "-resize", 57 | "25%", 58 | "-adaptive-sharpen", 59 | "10", 60 | `screenshot/${screenshotFile}`, 61 | `thumbnail/${screenshotFile}`, 62 | ], 63 | stderr: "inherit", 64 | stdout: "inherit", 65 | }, 66 | )).output(); 67 | 68 | await (new Deno.Command("optipng", { 69 | args: [ 70 | "-o", 71 | "5", 72 | "-strip", 73 | "all", 74 | `screenshot/${screenshotFile}`, 75 | `thumbnail/${screenshotFile}`, 76 | ], 77 | stderr: "inherit", 78 | stdout: "inherit", 79 | })).output(); 80 | } catch (err) { 81 | console.error(err); 82 | } finally { 83 | Deno.remove(temporaryFile); 84 | } 85 | -------------------------------------------------------------------------------- /render-template.ts: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env -S deno run --allow-read --allow-env --check 2 | 3 | import markdownTOC from "npm:markdown-toc@1"; 4 | import nunjucks from "npm:nunjucks@3"; 5 | import TOML from "npm:@iarna/toml@3"; 6 | 7 | if (Deno.args.length !== 2) { 8 | console.error("usage: render-template.ts template.njk data.toml"); 9 | Deno.exit(1); 10 | } 11 | const [templatePath, dataPath] = Deno.args; 12 | 13 | interface INamedProject { 14 | name: string; 15 | [key: string]: string; 16 | } 17 | 18 | interface IProjects { 19 | [key: string]: { 20 | [key: string]: string; 21 | }; 22 | } 23 | 24 | const projList = (projects: IProjects): INamedProject[] => 25 | Object.entries(projects) 26 | .map(([name, info]) => 27 | Object.assign({ 28 | name, 29 | }, info) 30 | ); 31 | 32 | try { 33 | const template = (await Deno.readTextFile(templatePath)).trim(); 34 | const data = TOML.parse(await Deno.readTextFile(dataPath)); 35 | 36 | const tocToken = `%TOC-${Math.random()}%`; 37 | const env = new nunjucks.configure({ 38 | lstripBlocks: true, 39 | trimBlocks: true, 40 | }).addGlobal("toc", tocToken); 41 | const doc = env.renderString(template, { 42 | projects: projList( data), 43 | }); 44 | 45 | const headingFilter = (str: string) => !str.match(/Contents/); 46 | const toc = markdownTOC(doc, { 47 | filter: headingFilter, 48 | }).content; 49 | const docWithTOC = doc.replace(tocToken, toc); 50 | 51 | console.log(docWithTOC); 52 | } catch (err) { 53 | console.error(err); 54 | } 55 | -------------------------------------------------------------------------------- /screenshot-page.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Lorem ipsum dolor sit amet 6 | 7 | 8 | 11 | 12 | 13 | 14 | 19 | 20 |
21 |
22 |
23 |

Lorem ipsum dolor sit amet

24 |

Element demos

25 |

26 | This is supposed to be a demo page so we need more elements! 27 |

28 | 29 |

Form elements

30 |
31 |
32 | 33 | 34 |
35 | 36 |
37 | 38 | 39 |
40 | 41 |
42 | 43 | 44 |
45 | 46 |
47 | 48 | 49 |
50 | 51 |
52 | 53 | 54 |
55 | 56 |
57 | 61 |
62 | 63 |
64 |
65 | Choose a cardinal direction: 66 | 67 |
68 | 69 | 70 |
71 | 72 |
73 | 74 | 75 |
76 | 77 |
78 | 79 | 80 |
81 | 82 |
83 | 84 | 85 |
86 | 87 |
88 |
89 | 90 | 91 |
92 | 93 |

Code

94 |

95 | Below is some code, you can copy it with Ctrl-C. 96 | Did you know, alert(1) can show an alert in JavaScript! 97 |

98 |
// This logs a message to the console
console.log('Hello, world!')
99 | 100 |

Other

101 |

Here's a horizontal rule and image because I don't know where else to put them.

102 | Example image 103 |
104 | 105 |

And here's a nicely marked up table!

106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 |
NameQuantityPrice
Godzilla2$299.99
Mozilla10$100,000.00
Quesadilla1$2.22
132 | 133 |

Typography

134 |
135 | This is a blockquote. Maecenas blandit, quam vel sodales facilisis, urna erat fringilla sem, sed egestas quam erat a ipsum. Morbi fermentum odio felis, ultricies faucibus purus mattis tristique. 136 |
137 |

138 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque dictum hendrerit velit, quis ullamcorper sem congue ac. Quisque id magna rhoncus, sodales massa vel, vestibulum elit. Duis ornare accumsan egestas. Proin maximus lacus interdum leo molestie convallis. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut iaculis risus eu felis feugiat, eu mollis neque elementum. Donec interdum, nisl id dignissim iaculis, felis dui aliquet dui, non fermentum velit lectus ac quam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. 139 | This is strong, this is normal, this is just bold, and this is emphasized! And heck, here's a link. 140 |

141 |
    142 |
  • Unordered list item 1
  • 143 |
  • Unordered list item 2
  • 144 |
  • Unordered list item 3
  • 145 |
146 |
    147 |
  1. Ordered list item 1
  2. 148 |
  3. Ordered list item 2
  4. 149 |
  5. Ordered list item 3
  6. 150 |
151 |

Heading 1

152 |

Heading 2

153 |

Heading 3

154 |

Heading 4

155 |
Heading 5
156 |
Heading 6
157 |
158 |
159 |
160 | 161 | 162 | -------------------------------------------------------------------------------- /screenshot/almond-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/almond-css.png -------------------------------------------------------------------------------- /screenshot/attricss-0-brightlight-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/attricss-0-brightlight-green.png -------------------------------------------------------------------------------- /screenshot/attricss-1-midnight-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/attricss-1-midnight-green.png -------------------------------------------------------------------------------- /screenshot/attricss-2-darkforest-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/attricss-2-darkforest-green.png -------------------------------------------------------------------------------- /screenshot/attricss-3-darkfairy-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/attricss-3-darkfairy-pink.png -------------------------------------------------------------------------------- /screenshot/attricss-4-lightfairy-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/attricss-4-lightfairy-pink.png -------------------------------------------------------------------------------- /screenshot/awsm.css-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/awsm.css-0.png -------------------------------------------------------------------------------- /screenshot/awsm.css-1-gondola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/awsm.css-1-gondola.png -------------------------------------------------------------------------------- /screenshot/awsm.css-2-mischka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/awsm.css-2-mischka.png -------------------------------------------------------------------------------- /screenshot/awsm.css-3-big-stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/awsm.css-3-big-stone.png -------------------------------------------------------------------------------- /screenshot/awsm.css-4-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/awsm.css-4-black.png -------------------------------------------------------------------------------- /screenshot/awsm.css-5-tasman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/awsm.css-5-tasman.png -------------------------------------------------------------------------------- /screenshot/awsm.css-6-pastel-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/awsm.css-6-pastel-pink.png -------------------------------------------------------------------------------- /screenshot/awsm.css-7-pearl-lusta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/awsm.css-7-pearl-lusta.png -------------------------------------------------------------------------------- /screenshot/axist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/axist.png -------------------------------------------------------------------------------- /screenshot/bahunya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/bahunya.png -------------------------------------------------------------------------------- /screenshot/bamboo-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/bamboo-css.png -------------------------------------------------------------------------------- /screenshot/barecss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/barecss.png -------------------------------------------------------------------------------- /screenshot/barrel.css-0-barrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/barrel.css-0-barrel.png -------------------------------------------------------------------------------- /screenshot/barrel.css-1-fugit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/barrel.css-1-fugit.png -------------------------------------------------------------------------------- /screenshot/barrel.css-2-banderole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/barrel.css-2-banderole.png -------------------------------------------------------------------------------- /screenshot/barrel.css-3-scrapbook-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/barrel.css-3-scrapbook-green.png -------------------------------------------------------------------------------- /screenshot/barrel.css-4-nord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/barrel.css-4-nord.png -------------------------------------------------------------------------------- /screenshot/barrel.css-5-blast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/barrel.css-5-blast.png -------------------------------------------------------------------------------- /screenshot/barrel.css-6-lair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/barrel.css-6-lair.png -------------------------------------------------------------------------------- /screenshot/barrel.css-7-steam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/barrel.css-7-steam.png -------------------------------------------------------------------------------- /screenshot/basic.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/basic.css.png -------------------------------------------------------------------------------- /screenshot/bolt.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/bolt.css.png -------------------------------------------------------------------------------- /screenshot/chimeracss-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/chimeracss-0.png -------------------------------------------------------------------------------- /screenshot/chimeracss-1-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/chimeracss-1-dark.png -------------------------------------------------------------------------------- /screenshot/chimeracss-2-autumn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/chimeracss-2-autumn.png -------------------------------------------------------------------------------- /screenshot/chimeracss-3-blues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/chimeracss-3-blues.png -------------------------------------------------------------------------------- /screenshot/chimeracss-4-golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/chimeracss-4-golden.png -------------------------------------------------------------------------------- /screenshot/chimeracss-5-nightsky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/chimeracss-5-nightsky.png -------------------------------------------------------------------------------- /screenshot/chimeracss-6-plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/chimeracss-6-plain.png -------------------------------------------------------------------------------- /screenshot/chota.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/chota.png -------------------------------------------------------------------------------- /screenshot/classless.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/classless.css.png -------------------------------------------------------------------------------- /screenshot/concrete.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/concrete.css.png -------------------------------------------------------------------------------- /screenshot/downstyler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/downstyler.png -------------------------------------------------------------------------------- /screenshot/fylgja.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/fylgja.png -------------------------------------------------------------------------------- /screenshot/holiday.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/holiday.css.png -------------------------------------------------------------------------------- /screenshot/latex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/latex.png -------------------------------------------------------------------------------- /screenshot/magick.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/magick.css.png -------------------------------------------------------------------------------- /screenshot/markdowncss-air.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/markdowncss-air.png -------------------------------------------------------------------------------- /screenshot/markdowncss-modest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/markdowncss-modest.png -------------------------------------------------------------------------------- /screenshot/markdowncss-retro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/markdowncss-retro.png -------------------------------------------------------------------------------- /screenshot/markdowncss-splendor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/markdowncss-splendor.png -------------------------------------------------------------------------------- /screenshot/marx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/marx.png -------------------------------------------------------------------------------- /screenshot/matcha.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/matcha.css.png -------------------------------------------------------------------------------- /screenshot/mercurycss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/mercurycss.png -------------------------------------------------------------------------------- /screenshot/milligram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/milligram.png -------------------------------------------------------------------------------- /screenshot/minicss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/minicss.png -------------------------------------------------------------------------------- /screenshot/mono.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/mono.png -------------------------------------------------------------------------------- /screenshot/mvp.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/mvp.css.png -------------------------------------------------------------------------------- /screenshot/new.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/new.css.png -------------------------------------------------------------------------------- /screenshot/no-class.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/no-class.css.png -------------------------------------------------------------------------------- /screenshot/picnic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/picnic.png -------------------------------------------------------------------------------- /screenshot/pico-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/pico-css.png -------------------------------------------------------------------------------- /screenshot/ridge.css-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/ridge.css-dark.png -------------------------------------------------------------------------------- /screenshot/ridge.css-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/ridge.css-light.png -------------------------------------------------------------------------------- /screenshot/sakura-normalize-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/sakura-normalize-0.png -------------------------------------------------------------------------------- /screenshot/sakura-normalize-1-earthly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/sakura-normalize-1-earthly.png -------------------------------------------------------------------------------- /screenshot/sakura-normalize-2-vader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/sakura-normalize-2-vader.png -------------------------------------------------------------------------------- /screenshot/sakura-normalize-3-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/sakura-normalize-3-dark.png -------------------------------------------------------------------------------- /screenshot/sakura-normalize-4-dark-solarized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/sakura-normalize-4-dark-solarized.png -------------------------------------------------------------------------------- /screenshot/sass-zero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/sass-zero.png -------------------------------------------------------------------------------- /screenshot/simple-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/simple-css.png -------------------------------------------------------------------------------- /screenshot/spcss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/spcss.png -------------------------------------------------------------------------------- /screenshot/style.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/style.css.png -------------------------------------------------------------------------------- /screenshot/stylize.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/stylize.css.png -------------------------------------------------------------------------------- /screenshot/tacit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/tacit.png -------------------------------------------------------------------------------- /screenshot/tiny.css-0-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/tiny.css-0-light.png -------------------------------------------------------------------------------- /screenshot/tiny.css-1-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/tiny.css-1-dark.png -------------------------------------------------------------------------------- /screenshot/tty.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/tty.css.png -------------------------------------------------------------------------------- /screenshot/tufte-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/tufte-css.png -------------------------------------------------------------------------------- /screenshot/w3c-core-styles-0-oldstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/w3c-core-styles-0-oldstyle.png -------------------------------------------------------------------------------- /screenshot/w3c-core-styles-1-modernist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/w3c-core-styles-1-modernist.png -------------------------------------------------------------------------------- /screenshot/w3c-core-styles-2-midnight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/w3c-core-styles-2-midnight.png -------------------------------------------------------------------------------- /screenshot/w3c-core-styles-3-ultramarine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/w3c-core-styles-3-ultramarine.png -------------------------------------------------------------------------------- /screenshot/w3c-core-styles-4-swiss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/w3c-core-styles-4-swiss.png -------------------------------------------------------------------------------- /screenshot/w3c-core-styles-5-chocolate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/w3c-core-styles-5-chocolate.png -------------------------------------------------------------------------------- /screenshot/w3c-core-styles-6-traditional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/w3c-core-styles-6-traditional.png -------------------------------------------------------------------------------- /screenshot/w3c-core-styles-7-steely.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/w3c-core-styles-7-steely.png -------------------------------------------------------------------------------- /screenshot/water.css-0-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/water.css-0-dark.png -------------------------------------------------------------------------------- /screenshot/water.css-1-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/water.css-1-light.png -------------------------------------------------------------------------------- /screenshot/wing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/wing.png -------------------------------------------------------------------------------- /screenshot/writ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/writ.png -------------------------------------------------------------------------------- /screenshot/yorha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/screenshot/yorha.png -------------------------------------------------------------------------------- /thumbnail/almond-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/almond-css.png -------------------------------------------------------------------------------- /thumbnail/attricss-0-brightlight-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/attricss-0-brightlight-green.png -------------------------------------------------------------------------------- /thumbnail/attricss-1-midnight-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/attricss-1-midnight-green.png -------------------------------------------------------------------------------- /thumbnail/attricss-2-darkforest-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/attricss-2-darkforest-green.png -------------------------------------------------------------------------------- /thumbnail/attricss-3-darkfairy-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/attricss-3-darkfairy-pink.png -------------------------------------------------------------------------------- /thumbnail/attricss-4-lightfairy-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/attricss-4-lightfairy-pink.png -------------------------------------------------------------------------------- /thumbnail/awsm.css-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/awsm.css-0.png -------------------------------------------------------------------------------- /thumbnail/awsm.css-1-gondola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/awsm.css-1-gondola.png -------------------------------------------------------------------------------- /thumbnail/awsm.css-2-mischka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/awsm.css-2-mischka.png -------------------------------------------------------------------------------- /thumbnail/awsm.css-3-big-stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/awsm.css-3-big-stone.png -------------------------------------------------------------------------------- /thumbnail/awsm.css-4-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/awsm.css-4-black.png -------------------------------------------------------------------------------- /thumbnail/awsm.css-5-tasman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/awsm.css-5-tasman.png -------------------------------------------------------------------------------- /thumbnail/awsm.css-6-pastel-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/awsm.css-6-pastel-pink.png -------------------------------------------------------------------------------- /thumbnail/awsm.css-7-pearl-lusta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/awsm.css-7-pearl-lusta.png -------------------------------------------------------------------------------- /thumbnail/axist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/axist.png -------------------------------------------------------------------------------- /thumbnail/bahunya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/bahunya.png -------------------------------------------------------------------------------- /thumbnail/bamboo-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/bamboo-css.png -------------------------------------------------------------------------------- /thumbnail/barecss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/barecss.png -------------------------------------------------------------------------------- /thumbnail/barrel.css-0-barrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/barrel.css-0-barrel.png -------------------------------------------------------------------------------- /thumbnail/barrel.css-1-fugit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/barrel.css-1-fugit.png -------------------------------------------------------------------------------- /thumbnail/barrel.css-2-banderole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/barrel.css-2-banderole.png -------------------------------------------------------------------------------- /thumbnail/barrel.css-3-scrapbook-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/barrel.css-3-scrapbook-green.png -------------------------------------------------------------------------------- /thumbnail/barrel.css-4-nord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/barrel.css-4-nord.png -------------------------------------------------------------------------------- /thumbnail/barrel.css-5-blast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/barrel.css-5-blast.png -------------------------------------------------------------------------------- /thumbnail/barrel.css-6-lair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/barrel.css-6-lair.png -------------------------------------------------------------------------------- /thumbnail/barrel.css-7-steam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/barrel.css-7-steam.png -------------------------------------------------------------------------------- /thumbnail/basic.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/basic.css.png -------------------------------------------------------------------------------- /thumbnail/bolt.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/bolt.css.png -------------------------------------------------------------------------------- /thumbnail/chimeracss-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/chimeracss-0.png -------------------------------------------------------------------------------- /thumbnail/chimeracss-1-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/chimeracss-1-dark.png -------------------------------------------------------------------------------- /thumbnail/chimeracss-2-autumn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/chimeracss-2-autumn.png -------------------------------------------------------------------------------- /thumbnail/chimeracss-3-blues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/chimeracss-3-blues.png -------------------------------------------------------------------------------- /thumbnail/chimeracss-4-golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/chimeracss-4-golden.png -------------------------------------------------------------------------------- /thumbnail/chimeracss-5-nightsky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/chimeracss-5-nightsky.png -------------------------------------------------------------------------------- /thumbnail/chimeracss-6-plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/chimeracss-6-plain.png -------------------------------------------------------------------------------- /thumbnail/chota.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/chota.png -------------------------------------------------------------------------------- /thumbnail/classless.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/classless.css.png -------------------------------------------------------------------------------- /thumbnail/concrete.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/concrete.css.png -------------------------------------------------------------------------------- /thumbnail/downstyler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/downstyler.png -------------------------------------------------------------------------------- /thumbnail/fylgja.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/fylgja.png -------------------------------------------------------------------------------- /thumbnail/holiday.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/holiday.css.png -------------------------------------------------------------------------------- /thumbnail/latex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/latex.png -------------------------------------------------------------------------------- /thumbnail/magick.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/magick.css.png -------------------------------------------------------------------------------- /thumbnail/markdowncss-air.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/markdowncss-air.png -------------------------------------------------------------------------------- /thumbnail/markdowncss-modest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/markdowncss-modest.png -------------------------------------------------------------------------------- /thumbnail/markdowncss-retro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/markdowncss-retro.png -------------------------------------------------------------------------------- /thumbnail/markdowncss-splendor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/markdowncss-splendor.png -------------------------------------------------------------------------------- /thumbnail/marx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/marx.png -------------------------------------------------------------------------------- /thumbnail/matcha.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/matcha.css.png -------------------------------------------------------------------------------- /thumbnail/mercurycss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/mercurycss.png -------------------------------------------------------------------------------- /thumbnail/milligram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/milligram.png -------------------------------------------------------------------------------- /thumbnail/minicss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/minicss.png -------------------------------------------------------------------------------- /thumbnail/mono.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/mono.png -------------------------------------------------------------------------------- /thumbnail/mvp.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/mvp.css.png -------------------------------------------------------------------------------- /thumbnail/new.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/new.css.png -------------------------------------------------------------------------------- /thumbnail/no-class.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/no-class.css.png -------------------------------------------------------------------------------- /thumbnail/picnic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/picnic.png -------------------------------------------------------------------------------- /thumbnail/pico-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/pico-css.png -------------------------------------------------------------------------------- /thumbnail/ridge.css-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/ridge.css-dark.png -------------------------------------------------------------------------------- /thumbnail/ridge.css-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/ridge.css-light.png -------------------------------------------------------------------------------- /thumbnail/sakura-normalize-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/sakura-normalize-0.png -------------------------------------------------------------------------------- /thumbnail/sakura-normalize-1-earthly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/sakura-normalize-1-earthly.png -------------------------------------------------------------------------------- /thumbnail/sakura-normalize-2-vader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/sakura-normalize-2-vader.png -------------------------------------------------------------------------------- /thumbnail/sakura-normalize-3-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/sakura-normalize-3-dark.png -------------------------------------------------------------------------------- /thumbnail/sakura-normalize-4-dark-solarized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/sakura-normalize-4-dark-solarized.png -------------------------------------------------------------------------------- /thumbnail/sass-zero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/sass-zero.png -------------------------------------------------------------------------------- /thumbnail/simple-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/simple-css.png -------------------------------------------------------------------------------- /thumbnail/spcss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/spcss.png -------------------------------------------------------------------------------- /thumbnail/style.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/style.css.png -------------------------------------------------------------------------------- /thumbnail/stylize.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/stylize.css.png -------------------------------------------------------------------------------- /thumbnail/tacit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/tacit.png -------------------------------------------------------------------------------- /thumbnail/tiny.css-0-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/tiny.css-0-light.png -------------------------------------------------------------------------------- /thumbnail/tiny.css-1-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/tiny.css-1-dark.png -------------------------------------------------------------------------------- /thumbnail/tty.css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/tty.css.png -------------------------------------------------------------------------------- /thumbnail/tufte-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/tufte-css.png -------------------------------------------------------------------------------- /thumbnail/w3c-core-styles-0-oldstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/w3c-core-styles-0-oldstyle.png -------------------------------------------------------------------------------- /thumbnail/w3c-core-styles-1-modernist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/w3c-core-styles-1-modernist.png -------------------------------------------------------------------------------- /thumbnail/w3c-core-styles-2-midnight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/w3c-core-styles-2-midnight.png -------------------------------------------------------------------------------- /thumbnail/w3c-core-styles-3-ultramarine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/w3c-core-styles-3-ultramarine.png -------------------------------------------------------------------------------- /thumbnail/w3c-core-styles-4-swiss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/w3c-core-styles-4-swiss.png -------------------------------------------------------------------------------- /thumbnail/w3c-core-styles-5-chocolate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/w3c-core-styles-5-chocolate.png -------------------------------------------------------------------------------- /thumbnail/w3c-core-styles-6-traditional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/w3c-core-styles-6-traditional.png -------------------------------------------------------------------------------- /thumbnail/w3c-core-styles-7-steely.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/w3c-core-styles-7-steely.png -------------------------------------------------------------------------------- /thumbnail/water.css-0-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/water.css-0-dark.png -------------------------------------------------------------------------------- /thumbnail/water.css-1-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/water.css-1-light.png -------------------------------------------------------------------------------- /thumbnail/wing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/wing.png -------------------------------------------------------------------------------- /thumbnail/writ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/writ.png -------------------------------------------------------------------------------- /thumbnail/yorha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbohdan/classless-css/414b049cd2c497eacfcca7ead8379e7dacc14f61/thumbnail/yorha.png --------------------------------------------------------------------------------