{"id":23167038,"url":"https://github.com/denali-design/denali-css","last_synced_at":"2025-07-13T12:42:18.882Z","repository":{"id":35065551,"uuid":"198728025","full_name":"denali-design/denali-css","owner":"denali-design","description":"Themeable CSS framework of Denali UI components","archived":false,"fork":false,"pushed_at":"2023-09-08T22:52:33.000Z","size":6136,"stargazers_count":85,"open_issues_count":20,"forks_count":19,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-06-17T01:44:02.152Z","etag":null,"topics":["css","denali","design-system","hacktoberfest","scss","ui","ui-components"],"latest_commit_sha":null,"homepage":"https://denali-design.github.io/denali-css","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/denali-design.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"Code-of-Conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-07-25T00:34:13.000Z","updated_at":"2023-11-08T12:04:45.000Z","dependencies_parsed_at":"2023-02-13T03:31:54.514Z","dependency_job_id":"a213addc-8a7b-4d24-90db-64469535fe1c","html_url":"https://github.com/denali-design/denali-css","commit_stats":{"total_commits":115,"total_committers":15,"mean_commits":7.666666666666667,"dds":0.6956521739130435,"last_synced_commit":"00b7878e63b95d2997404ace6c25b77fa8427d6a"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/denali-design/denali-css","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denali-design%2Fdenali-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denali-design%2Fdenali-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denali-design%2Fdenali-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denali-design%2Fdenali-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denali-design","download_url":"https://codeload.github.com/denali-design/denali-css/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denali-design%2Fdenali-css/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265141504,"owners_count":23717772,"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","denali","design-system","hacktoberfest","scss","ui","ui-components"],"created_at":"2024-12-18T02:16:37.446Z","updated_at":"2025-07-13T12:42:18.831Z","avatar_url":"https://github.com/denali-design.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Denali CSS Library\n\n[![npm](https://img.shields.io/npm/v/denali-css?color=red)](https://www.npmjs.com/package/denali-css)\n[![Build Status][status-image]][status-url]\n![jsDelivr hits (GitHub)](https://img.shields.io/jsdelivr/gh/hm/denali-design/denali-css)\n[![slack](https://img.shields.io/badge/slack-Denali-3570f4.svg)](https://denali-design.slack.com/app_redirect?channel=general)\n[![GitHub](https://img.shields.io/github/license/denali-design/denali-css)](https://github.com/denali-design/denali-css/blob/master/LICENSE.md)\n\n## Table of contents\n \n- [Background](#background)\n- [Quick Start](#quick-start)\n- [Install](#install)\n- [Browser support](#browser-support)\n- [Versioning](#versioning)\n- [Contribute](#contribute)\n- [License](#license)\n\n---\n\n## Background\n\nThe Denali System Language was created by the Platforms and Technology Design team at Yahoo as a scalable method for designing and developing visually consistent and functional internal products. Denali’s CSS framework allows developers to implement the Denali System Language in their projects. The framework is lightweight and flexible. It supports theming through custom variables which means the visual appearance of Denali’s components can be easily adapted to fit the visual style of any brand. Additionally, components are framework independent allowing you to take what you need and leave the rest.\n\nYou can view the Denali’s entire component library on [www.denali.design](https://denali.design/).\n\n\n## Quick Start\n\nCheck out our [guide](https://denali-design.github.io/denali-css/?path=/story/get-started-installation--page).\n\n\n## Install\n\n#### Prerequisites\n\nYou will need the following installed to run the site:\n\n1. [Node](https://nodejs.org/en/)\n2. [NPM](https://www.npmjs.com/)\n3. [Ruby](https://www.ruby-lang.org/)\n4. [Dart Sass](http://compass-style.org/)\n\n\u003e Note: This guide assumes you have the prerequisites installed locally and will not go over install instructions for them. Refer to their websites for guidance if necessary.\n\n#### Installation\n\nClone or download this repository.\n```\ndenali-system-language/denali-css.git\n```\n\nUse any command line tool and navigate to where you downloaded the repository.\n```\ncd path-to-folder/denali-css\n```\n\nUse NPM to install packages.\n```\nnpm install\n```\n\n###### Compile SCSS\n\nWatch for SCSS changes\n```\nnpm run sass-watch\n```\n\nBuild SCSS minified files\n```\nnpm run sass-build\n```\n\n###### Storybook Docs\n\nTo view storybook docs use the command below.\n```\nnpm run storybook\n```\n\n###### SCSS \u0026 Storybook\nTo watch SCSS files and build storybook docs at the same time\n```\nnpm run start\n```\n\n\n## Browser Support\nLearn more about the browsers and devices we support [here](https://denali.design/browsers).\n- **Chrome** on Android, Windows, macOS, and Linux\n- **Firefox** on Windows, macOS, and Linux\n- **Safari** on iOS and macOS\n\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the tags on this [repository](https://github.com/denali-design/denali-css/tags).\n\n\n## Contribute\n\nTo start contributing to Denali, have a look at our guidelines, as well as pointers on where to start making changes, in our [contributing guide](https://github.com/denali-design/denali-css/blob/master/CONTRIBUTE.md).\n\n\n## Maintainers\n\n- **Chas Turansky** cturansky@yahooinc.com\n- **Jon Kilroy** kilroy@yahooinc.com\n- **Anusha Ganti** annapoorna.ganti@yahooinc.com\n- **Trevor Greenleaf** trevor.greenleaf@yahooinc.com\n\n\n\n## License\n\nCode licensed under the MIT license. See [LICENSE file](https://github.com/denali-design/denali-css/blob/master/LICENSE.md) for terms.\n\n[status-image]: https://cd.screwdriver.cd/pipelines/3067/badge\n[status-url]: https://cd.screwdriver.cd/pipelines/3067\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenali-design%2Fdenali-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenali-design%2Fdenali-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenali-design%2Fdenali-css/lists"}