{"id":17715659,"url":"https://github.com/jmjuanes/lowcss","last_synced_at":"2026-02-11T21:08:09.572Z","repository":{"id":61880272,"uuid":"552439437","full_name":"jmjuanes/lowcss","owner":"jmjuanes","description":"🧰 A low-level functional CSS toolkit","archived":false,"fork":false,"pushed_at":"2025-05-10T17:09:57.000Z","size":459,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-10T18:20:43.849Z","etag":null,"topics":["css","css-framework","lowcss","responsive","sass","utilities","utility-classes"],"latest_commit_sha":null,"homepage":"https://low.josemi.xyz/","language":"SCSS","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/jmjuanes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2022-10-16T15:47:00.000Z","updated_at":"2025-05-06T18:38:10.000Z","dependencies_parsed_at":"2023-10-14T16:58:40.988Z","dependency_job_id":"2c66482a-8d37-4e6c-b1f8-91a2abfa32a3","html_url":"https://github.com/jmjuanes/lowcss","commit_stats":{"total_commits":95,"total_committers":2,"mean_commits":47.5,"dds":"0.35789473684210527","last_synced_commit":"8ad747eb274c041fe66c33b140ffed88e8762117"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmjuanes%2Flowcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmjuanes%2Flowcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmjuanes%2Flowcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmjuanes%2Flowcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmjuanes","download_url":"https://codeload.github.com/jmjuanes/lowcss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253459587,"owners_count":21912062,"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","lowcss","responsive","sass","utilities","utility-classes"],"created_at":"2024-10-25T12:06:38.747Z","updated_at":"2026-02-11T21:08:09.567Z","avatar_url":"https://github.com/jmjuanes.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LowCSS\n\nA low-level functional CSS toolkit.\n\n[![NPM Version](https://badgen.net/npm/v/lowcss?labelColor=1d2734\u0026color=21bf81)](https://npm.im/lowcss)\n[![MIT License](https://badgen.net/github/license/jmjuanes/lowcss?labelColor=1d2734\u0026color=21bf81)](https://github.com//jmjuanes/lowcss)\n[![PRs welcome](https://badgen.net/badge/PR/Welcome/green?labelColor=1d2734\u0026color=21bf81)](https://github.com/jmjuanes/lowcss)\n\n## About LowCSS\n\n**LowCSS** is a powerful CSS utility framework, designed to streamline your CSS development process and enable you to create beautiful, responsive web interfaces with ease. \n\n## Features\n\n- **Intuitive Utility Classes**: Use utility classes to apply styles directly to HTML elements, avoiding repetitive CSS coding.\n- **Responsive Design**: Create responsive layouts effortlessly with built-in responsive utility classes.\n- **Lightweight**: Keep your page load times low with optimized and minimal CSS file sizes.\n- **Pseudo-Class Modifiers**: Apply styles to elements in specific states like hover, focus, and active.\n\n## Installation\n\nTo install LowCSS in your project, use one of the following methods:\n\n### Install LowCSS using a package manager\n\nRun the following command in your terminal:\n\n```bash\n## Install using npm\n$ npm install --save lowcss\n\n## Install using yarn\n$ yarn add lowcss\n```\n\n### Using LowCSS on a static site\n\nLowCSS includes a compiled CSS version, so you do not need to install any modules for using it on a static site. Just download the compiled CSS from [unpkg](https://unpkg.com/lowcss/low.css), or include the following link to the CDN in your HTML file:\n\n```html\n\u003clink href=\"https://unpkg.com/lowcss/low.css\" rel=\"stylesheet\" /\u003e\n```\n\n### Download from releases\n\nAlternatively, you can download the CSS file directly from the [releases](https://github.com/jmjuanes/lowcss/releases) page of this repository.\n\n## Usage\n\nUsing LowCSS is simple. Add the utility classes directly to your HTML elements to apply styles. Here's an example:\n\n```html\n\u003cdiv class=\"bg-blue-600 text-white p-4\"\u003e\n    \u003ch1 class=\"text-2xl\"\u003eWelcome to LowCSS\u003c/h1\u003e\n    \u003cp class=\"mt-2\"\u003eStart building stunning web interfaces with ease!\u003c/p\u003e\n\u003c/div\u003e\n``` \n\nRefer to the [Utility Classes Documentation](https://low.josemi.xyz/utilities.html) for a complete list of available utility classes and their usage.\n\n## Documentation\n\nAccess the LowCSS documentation at [low.josemi.xyz](https://low.josemi.xyz/docs.html).\n\n## Examples\n\nThis section showcases various use cases and implementations of the utility classes to inspire and guide your development process. Explore our examples at [low.josemi.xyz/examples](https://low.josemi.xyz/examples.html).\n\n## Acknowledgements\n\nLowCSS is inspired by the amazing work of the Tailwind CSS community. We extend our gratitude to the Tailwind CSS team and contributors for their contributions to the web development community.\n\n## License\n\nLowCSS is released under the [MIT License](https://github.com/jmjuanes/lowcss/blob/main/LICENSE). Feel free to use, modify, and distribute it as per the terms of the license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmjuanes%2Flowcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmjuanes%2Flowcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmjuanes%2Flowcss/lists"}