{"id":13717443,"url":"https://github.com/sierra-library/sierra","last_synced_at":"2025-05-16T04:04:29.590Z","repository":{"id":48107519,"uuid":"47770825","full_name":"sierra-library/sierra","owner":"sierra-library","description":"Sierra SCSS library","archived":false,"fork":false,"pushed_at":"2022-01-28T21:17:40.000Z","size":1152,"stargazers_count":857,"open_issues_count":10,"forks_count":73,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-05-15T03:28:53.787Z","etag":null,"topics":["css","frontend","gitter","micro-library","npm-package","sass","scss","scss-framework","scss-library","sierra","sierra-library"],"latest_commit_sha":null,"homepage":"https://sierra-library.github.io/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sierra-library.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-10T15:37:53.000Z","updated_at":"2025-05-09T08:56:47.000Z","dependencies_parsed_at":"2022-08-12T18:41:01.440Z","dependency_job_id":null,"html_url":"https://github.com/sierra-library/sierra","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sierra-library%2Fsierra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sierra-library%2Fsierra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sierra-library%2Fsierra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sierra-library%2Fsierra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sierra-library","download_url":"https://codeload.github.com/sierra-library/sierra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254464893,"owners_count":22075570,"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","frontend","gitter","micro-library","npm-package","sass","scss","scss-framework","scss-library","sierra","sierra-library"],"created_at":"2024-08-03T00:01:22.300Z","updated_at":"2025-05-16T04:04:29.558Z","avatar_url":"https://github.com/sierra-library.png","language":"CSS","funding_links":[],"categories":["Frameworks / Resources"],"sub_categories":["S"],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://sierra-library.github.io/\" target=\"_blank\"\u003e\u003cimg width=\"500\" src=\"http://sierra-library.github.io/img/github/github-cover-2.svg\"\u003e\u003c/a\u003e\u003cbr\u003e\n    The smallest and lightest scss library\n\u003c/p\u003e\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sierra-library/sierra?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge) [![npm version](https://badge.fury.io/js/sierra-library.svg)](https://badge.fury.io/js/sierra-library) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\n\n#### Online demo\n\n[Visit demo website](https://sierra-library.github.io/).\n\n[Visit a theme customization example](https://sierra-library.github.io/examples/example1/index.html).\n\n\nWhat's the difference with other SCSS libraries?\n-----------\n\nThis is a micro SCSS library to help you build websites\n\n\u0026nbsp; \u0026nbsp; ✓ Only 32.9 kB (8.2 kB gzipped)\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ Modular\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ Customize colors, borders, radius \u0026 sizes\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; ✓ Responsive\n\nQuick install\n-----------\n\nUsing npm\n```bash\nnpm install sierra-library --save-dev\n```\n\nImport\n-----------\nIn sass files (recommended)\n```scss\n@import 'sierra-library/lib/index';\n```\n\nor directly in your html\n```html\n\u003clink rel=\"stylesheet\" href=\"dist/sierra.min.css\"\u003e\n```\n\nCustomize\n-----------\nIf you want to customize Sierra library's theme, create your own `custom-settings` file and add it just **before** importing sierra files:\n\n```scss\n@import 'custom-settings';\n@import 'sierra-library/lib/index';\n```\n\nThis `custom-settings.scss` file should contain all those SCSS variables you want to overwrite:\n\n```scss\n$c-primary: #3498db;\n$c-secondary: #2ecc71;\n\n$fz-base: 18px;\n```\n#### Examples\n\n[Theme customization example](https://sierra-library.github.io/examples/example1/index.html)\n\n[Theme customization example code ](https://github.com/sierra-library/sierra-library.github.io/tree/master/examples/example1)\n\nContributing\n-----------\n\n#### Contributing rules\n- Do not include unrelated commits in the same Pull Request.\n- Use .editorconfig file located in the root folder. [More info](http://editorconfig.org/)\n- Use the .scss-lint file located in the root folder.\n- In case of doubt, join our chat [sierra-library gitter](https://gitter.im/sierra-library/sierra).\n\n\nWho's Using This?\n-----------\n- [Appszoom](http://www.appszoom.com)\n- [Appszoom developers](http://www.appszoom.com/developers)\n\nAre you using Sierra Library in your awesome project too? [drop us](mailto:dpam23@gmail.com) an email.\n\n\n---\nMade by [Joan Claret](https://joanclaret.github.io/) ([@dpam23](https://twitter.com/dpam23)) and [contributors](https://github.com/sierra-library/sierra/graphs/contributors) \u0026nbsp;|\u0026nbsp; This library is licensed under the [GNU General Public License v2.0](https://github.com/sierra-library/sierra/blob/master/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsierra-library%2Fsierra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsierra-library%2Fsierra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsierra-library%2Fsierra/lists"}