{"id":13397225,"url":"https://github.com/ajusa/lit","last_synced_at":"2025-05-14T19:08:05.290Z","repository":{"id":28036219,"uuid":"115932875","full_name":"ajusa/lit","owner":"ajusa","description":"World's smallest responsive 🔥 css framework (395 bytes) ","archived":false,"fork":false,"pushed_at":"2024-06-15T16:02:25.000Z","size":363,"stargazers_count":2011,"open_issues_count":4,"forks_count":94,"subscribers_count":41,"default_branch":"master","last_synced_at":"2025-05-14T19:07:55.145Z","etag":null,"topics":["css","css-framework","flat","lit","microframework"],"latest_commit_sha":null,"homepage":"https://ajusa.github.io/lit","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ajusa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-01T17:00:44.000Z","updated_at":"2025-05-09T20:09:36.000Z","dependencies_parsed_at":"2024-06-21T03:11:01.946Z","dependency_job_id":null,"html_url":"https://github.com/ajusa/lit","commit_stats":{"total_commits":185,"total_committers":14,"mean_commits":"13.214285714285714","dds":"0.23783783783783785","last_synced_commit":"248a650720bd236fbc32e7af1a48a19c287675c3"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajusa%2Flit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajusa%2Flit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajusa%2Flit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajusa%2Flit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajusa","download_url":"https://codeload.github.com/ajusa/lit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254209859,"owners_count":22032897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","css-framework","flat","lit","microframework"],"created_at":"2024-07-30T18:01:13.112Z","updated_at":"2025-05-14T19:08:03.451Z","avatar_url":"https://github.com/ajusa.png","language":"CSS","readme":"# lit 🔥\n\n[![npm](https://img.shields.io/npm/v/@ajusa/lit.svg)](https://www.npmjs.com/package/@ajusa/lit)\n[![size](http://img.badgesize.io/https://cdn.jsdelivr.net/npm/@ajusa/lit@latest/src/lit.css?compression=gzip)](https://cdn.jsdelivr.net/npm/@ajusa/lit@latest/src/lit.css)\n[![install size](https://packagephobia.now.sh/badge?p=@ajusa/lit)](https://packagephobia.now.sh/result?p=@ajusa/lit)\n[![Downloads](https://img.shields.io/npm/dt/@ajusa/lit.svg)](https://www.npmjs.com/package/@ajusa/lit)\n\u003ca href=\"https://twitter.com/intent/tweet?text=World's+smallest+responsive+CSS+framework:\u0026url=https%3A%2F%2Fgithub.com%2Fajusa%2Flit\u0026hashtags=github\u0026original_referer=http%3A%2F%2Fgithub.com%2F\u0026tw_p=tweetbutton\" target=\"_blank\"\u003e\n  \u003cimg src=\"http://jpillora.com/github-twitter-button/img/tweet.png\"\n       alt=\"tweet button\" title=\"lit\"\u003e\u003c/img\u003e\n\u003c/a\u003e\n\na ridiculously small responsive css framework.\n\nI challenged myself to see how small I could go, but preserve everything Skeleton, Milligram, and other micro frameworks have to offer.\n## Features\n* 12 Column Responsive Grid\n* Typography for h1-h6, and body text\n* Three types of buttons\n* Cards\n* Inputs\n* Table Styles\n\nand a little bit more...\n\n## util\nutil 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\n## Getting Started\n1. Install lit.css with one of the following:\n  - NPM: `npm install --save @ajusa/lit`\n  - CSS3: `\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/@ajusa/lit@latest/dist/lit.css\" /\u003e`\n  - CSSNext: `\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/@ajusa/lit@latest/src/lit.css\" /\u003e`\n2. [Read the Docs](https://ajusa.github.io/lit/) to see usage\n\nNote: lit uses PostCSS to transform from CSSNext to CSS3. If you are comfortable outright using CSSNext, you can directly\ninclude the `lit.css` file in the src directory. Otherwise, use the `dist/lit.css` file.\n\n## Supported Browsers\nlit supports most modern browsers (Chrome, Firefox, Edge, Opera) but it also has impressive support for older browsers.\nlit has been tested on Internet Explorer 11 with no issues.\n\n## Development Setup\n1. Clone this repository (https://www.github.com/ajusa/lit)\n2. Make sure you have [npm](https://www.npmjs.com/get-npm) installed\n3. Run `npm install` in the root directory of `lit`\n4. Once that is completed, run `npm run build` to build the minified version and the gzipped file.\n5. 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`.\n","funding_links":[],"categories":["CSS","Frameworks / Resources"],"sub_categories":["L"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajusa%2Flit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajusa%2Flit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajusa%2Flit/lists"}