Skip to content

JPeer264/lit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Development Setup

  1. Clone this repository (https://www.github.com/ajusa/lit)
  2. Make sure you have npm installed
  3. Run npm install in the root directory of lit
  4. Install gulp globally. You will need to make sure that the -g flag is in the command, like npm install -g gulp@next
  5. Once that is completed, run gulp to build the minified version and the gzipped file.
  6. If you are making changes live, use gulp watch. watch will build the minified css file in dist whenever there is a change in src/lit.css.

Docs

About

World's smallest responsive 🔥 css framework (407 bytes)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 94.7%
  • JavaScript 5.3%