All Projects → ajusa → Lit

ajusa / Lit

Licence: mit
World's smallest responsive 🔥 css framework (395 bytes)

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lit

siimple
The minimal and themeable CSS toolkit for flat and clean designs
Stars: ✭ 525 (-71.86%)
Mutual labels:  css-framework, flat
Siimple
The minimal CSS toolkit for flat and clean designs
Stars: ✭ 502 (-73.1%)
Mutual labels:  css-framework, flat
Legacycss
Legacy CSS - Modern and Lightweight CSS Framework
Stars: ✭ 48 (-97.43%)
Mutual labels:  css-framework, flat
Bootstrap4 Website
Website built with bootstrap 4 Framework
Stars: ✭ 124 (-93.35%)
Mutual labels:  css-framework
Installer
InnoSetup高仿有道云笔记安装程序的脚本模板,改一改背景图片就可以一键打包属于自己的美观的互联网风格的安装程序
Stars: ✭ 126 (-93.25%)
Mutual labels:  flat
Weui Rails
An UI library for WeChat, includes widgets/modules in mobile web app.
Stars: ✭ 137 (-92.66%)
Mutual labels:  css-framework
Niapy
Python microframework for building nature-inspired algorithms. Official docs: http://niapy.readthedocs.io/en/stable/
Stars: ✭ 148 (-92.07%)
Mutual labels:  microframework
Snack
🍱 A minimal CSS framework for web.
Stars: ✭ 117 (-93.73%)
Mutual labels:  css-framework
Bulma Scss
Bulma SCSS - The Bulma CSS Framework files converted to SCSS syntax
Stars: ✭ 143 (-92.34%)
Mutual labels:  css-framework
Spectre
Spectre.css - A Lightweight, Responsive and Modern CSS Framework
Stars: ✭ 10,938 (+486.17%)
Mutual labels:  css-framework
Lc Design
A UI component framework for building LCUI application.
Stars: ✭ 134 (-92.82%)
Mutual labels:  css-framework
Djng
Turtles all the way down
Stars: ✭ 127 (-93.19%)
Mutual labels:  microframework
Grip
The microframework for writing powerful web applications.
Stars: ✭ 137 (-92.66%)
Mutual labels:  microframework
Skin
Pure CSS framework designed & developed by eBay for a branded, e-commerce marketplace.
Stars: ✭ 126 (-93.25%)
Mutual labels:  css-framework
Harmony
A simple and flexible PHP middleware dispatcher based on PSR-7, PSR-11, and PSR-15
Stars: ✭ 144 (-92.28%)
Mutual labels:  microframework
Mato
Mato - Icon pack for Linux
Stars: ✭ 117 (-93.73%)
Mutual labels:  flat
Box Css Framework
Box - CSS Framework
Stars: ✭ 138 (-92.6%)
Mutual labels:  css-framework
Basis
A lightweight responsive Sass/CSS framework based on flexible box.
Stars: ✭ 133 (-92.87%)
Mutual labels:  css-framework
Luxa
A minimalist CSS framework.
Stars: ✭ 129 (-93.09%)
Mutual labels:  css-framework
Bootstrap Table
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
Stars: ✭ 11,068 (+493.14%)
Mutual labels:  css-framework

lit 🔥

npm size install size Downloads tweet button

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...

util

util is an atomic css addon for lit. It is currently a work in progress, but feel free to check it out at https://ajusa.github.io/lit/docs/util.html

Getting Started

  1. Install lit.css with one of the following:
  • NPM: npm install --save @ajusa/lit
  • CSS3: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ajusa/lit@latest/dist/lit.css" />
  • CSSNext: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ajusa/lit@latest/src/lit.css" />
  1. Read the Docs to see 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.

Supported Browsers

lit supports most modern browsers (Chrome, Firefox, Edge, Opera) but it also has impressive support for older browsers. lit has been tested on Internet Explorer 11 with no issues.

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. Once that is completed, run npm run build to build the minified version and the gzipped file.
  5. If you are making changes live, use npm run watch. watch will build the minified css file in ./dist whenever there is a change in ./src/lit.css.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].