mwolke / lit

World's smallest responsive πŸ”₯ css framework (413 bytes)

Home Page:https://ajusa.github.io/lit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lit πŸ”₯

a ridiculously small responsive css framework.

I challenged myself to see how small I could go, but preserve everything Skeleton, Milligram, and other micro frameworks have to offer.

Features

  • 12 Column Responsive Grid
  • Typography for h1-h6, and body text
  • Three types of buttons
  • Cards
  • Inputs
  • Table Styles

and a little bit more...

Getting Started

  1. Download lit.css
  2. Include lit.css
  3. Look at the docs on the website below to learn usage

Note: lit uses PostCSS to transform from CSSNext to CSS3. If you are comfortable outright using CSSNext, you can directly include the lit.css file in the src directory. Otherwise, use the dist/lit.css file.

Docs

About

World's smallest responsive πŸ”₯ css framework (413 bytes)

https://ajusa.github.io/lit

License:MIT License


Languages

Language:CSS 94.7%Language:JavaScript 5.3%