{"id":22282875,"url":"https://github.com/leslitech/lesli-css","last_synced_at":"2025-12-12T04:16:50.498Z","repository":{"id":166255485,"uuid":"23301073","full_name":"LesliTech/lesli-css","owner":"LesliTech","description":"SCSS Utilities for websites, apps and web applications","archived":false,"fork":false,"pushed_at":"2024-12-31T20:57:15.000Z","size":1176,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T16:15:48.012Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://lesli.dev/css","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LesliTech.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":"2014-08-25T03:46:27.000Z","updated_at":"2024-12-31T20:57:19.000Z","dependencies_parsed_at":"2024-02-20T04:32:05.740Z","dependency_job_id":"1e941b34-b635-4494-a86e-4f30e8ce2de3","html_url":"https://github.com/LesliTech/lesli-css","commit_stats":null,"previous_names":["responsivecat/responsivecat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesliTech%2Flesli-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesliTech%2Flesli-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesliTech%2Flesli-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesliTech%2Flesli-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LesliTech","download_url":"https://codeload.github.com/LesliTech/lesli-css/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245534674,"owners_count":20631288,"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":[],"created_at":"2024-12-03T16:36:56.585Z","updated_at":"2025-12-12T04:16:50.459Z","avatar_url":"https://github.com/LesliTech.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\t\u003cimg alt=\"LesliCSS logo\" width=\"200px\" src=\"./docs/lesli-css-logo.svg\" /\u003e\n\t\u003ch3\u003eSCSS Utilities for websites and web applications\u003c/h3\u003e\n\u003c/div\u003e\n\n\u003chr/\u003e\n\n\u003cp align=\"center\" class=\"is-flex is-justify-content-center\"\u003e\n    \u003ca target=\"blank\" href=\"https://www.npmjs.com/package/lesli-css\"\u003e\n        \u003cimg height=\"22\" alt=\"NPM Version\" src=\"https://img.shields.io/npm/v/lesli-css\" /\u003e\n    \u003c/a\u003e\n\t\u003ca class=\"mx-2\" href=\"https://codecov.io/gh/LesliTech/lesli-css\" \u003e \n\t\t\u003cimg height=\"22\" src=\"https://codecov.io/gh/LesliTech/lesli-css/graph/badge.svg?token=WYB6XTWZWN\"/\u003e \n\t\u003c/a\u003e\n\t\u003ca href=\"https://codecov.io/github/LesliTech/lesli-css\"\u003e \n        \u003cimg height=\"22\" src=\"https://sonarcloud.io/api/project_badges/measure?project=LesliTech_lesli-css\u0026metric=sqale_rating\"/\u003e \n    \u003c/a\u003e\n\u003c/p\u003e\n\n\n#### Installation\n--------\n```console\nnpm install lesli-css --save\n```\n\n\n#### Structure\n--------\n```text\nlesli-css  \n└── source/  \n\t├── elements/  \n\t│    ├── columns  \n\t│    └── blockquote  \n\t├── components/  \n\t│    ├── boxes  \n\t│    └── navigation  \n\t├── layout/  \n\t│    ├── hero  \n\t│    ├── container  \n\t│\t ├── normalize   \n\t│    └── scrollbar  \n\t├── functions/  \n\t│    └── color  \n\t├── helpers/  \n\t│    ├── flex  \n\t│    ├── fonts  \n\t│\t ├── units  \n\t│    ├── spacing  \n\t│    └── breakpoint  \n\t├── settings/  \n\t│    └── variables  \n\t└── vendor/  \n\t\t└── bulma  \n```\n\n\n#### Usage\n--------\n```scss\n\n// Import the library\n@import \"lesli-css\";\n\n\n// Include your custom fonts for titles and body\n@include lesli-css-fonts-standard(\"Domine\", \"OpenSans\");\n\n\n// Work with the color pallete\n.test {\n\tcolor: lesli-css-color(blue);\n\tcolor: lesli-css-color(blue, 100);\n\tcolor: lesli-css-color(blue, 300);\n\tcolor: lesli-css-color(blue, 500); // default\n\tcolor: lesli-css-color(blue, 700);\n\tcolor: lesli-css-color(blue, 900);\n}\n\n\n// Breakpoints\n@include lesli-css-breakpoint(\"small\") {\n\t// your code\n}\n\n\n@include lesli-css-breakpoint-only(\"mobile\") {\n\t// styles for min-width: 320px and max-width: 768px only\n}\n\n\n@include lesli-css-breakpoint-custom(100px) {\n\t// styles start at 100px\n}\n\n\n@include lesli-css-breakpoint-custom(200px, 300px) {\n\t// styles for min-width: 200px and max-width: 300px only\n}\n\n\n// customize the scrollbar (if supported)\n@include lesli-css-scrollbar()\n\n```\n\n\n### License  \n------\nSoftware developed in [Guatemala](http://visitguatemala.com/) distributed under the *General Public License v 3.0* you can read the full license [here](http://www.gnu.org/licenses/gpl-3.0.html)\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://www.lesli.tech\" target=\"_blank\"\u003e\n\t\t\u003cimg alt=\"LesliTech logo\" width=\"150\" src=\"https://cdn.lesli.tech/leslitech/brand/leslitech-logo.svg\" /\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleslitech%2Flesli-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleslitech%2Flesli-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleslitech%2Flesli-css/lists"}