OOQQ / legibelle

No nosense css microframework

Home Page:https://legibelle.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Legibelle - No nosense CSS framework

No nosense CSS microframework

Codacy Badge

features

  • typography is a first class citizen powered exclusively by web safe fonts
  • blazingly fast, blazingly easy and blazingly pretty
  • only one breakpoint: mobile and everything else
  • zero external dependencies
  • full screen width images
  • no grid but css grid
  • responsive tables
  • powered by sass
  • sticky footer

structure

legibelle/
├─ .vscode
│  └─ settings.json
├─ dist/
│  ├─ util/
│  |  └─ legibelleDark.js
|  ├─ legibelle.css
│  ├─ legibelle.css.map
│  ├─ legibelle.min.css
│  └─ legibelle.min.css.map
├─ src/
│  ├─ _button.scss
│  ├─ _color.scss
│  ├─ _form.scss
│  ├─ _grid.scss
│  ├─ _list.scss
│  ├─ _table.scss
│  ├─ _type.scss
│  ├─ _variable.scss
│  └─ legibelle.scss
├─ .gitignore
├─ CHANGELOG.md
├─ CONTRIBUTE.md
├─ index.html
├─ LICENSE.md
└─ README.md

authors

OOQQ Homepage, GitHub
Voodoo Co.

acknowledgement

license

Code released under the MIT License. Docs released under Creative Commons License.

About

No nosense css microframework

https://legibelle.com

License:Other


Languages

Language:CSS 59.1%Language:HTML 40.9%