{"id":17192131,"url":"https://github.com/arokettu/sass-hsv","last_synced_at":"2025-04-13T20:09:16.685Z","repository":{"id":38269737,"uuid":"400667439","full_name":"arokettu/sass-hsv","owner":"arokettu","description":"A simple helper to introduce HSV/HSB model support to SASS","archived":false,"fork":false,"pushed_at":"2024-10-13T01:10:40.000Z","size":35,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T02:21:17.390Z","etag":null,"topics":["hsb","hsv","sass"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"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/arokettu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-08-28T00:40:45.000Z","updated_at":"2025-02-17T18:21:18.000Z","dependencies_parsed_at":"2023-01-29T22:10:17.702Z","dependency_job_id":null,"html_url":"https://github.com/arokettu/sass-hsv","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arokettu%2Fsass-hsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arokettu%2Fsass-hsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arokettu%2Fsass-hsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arokettu%2Fsass-hsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arokettu","download_url":"https://codeload.github.com/arokettu/sass-hsv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240400269,"owners_count":19795329,"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":["hsb","hsv","sass"],"created_at":"2024-10-15T01:28:20.061Z","updated_at":"2025-02-24T00:31:48.750Z","avatar_url":"https://github.com/arokettu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sass-hsv\n\n[![npm](https://img.shields.io/npm/v/sass-hsv?style=flat-square)](https://www.npmjs.com/package/sass-hsv)\n[![NPM](https://img.shields.io/npm/l/sass-hsv?style=flat-square)](https://www.npmjs.com/package/sass-hsv)\n[![Gitlab pipeline status](https://img.shields.io/gitlab/pipeline/sandfox/sass-hsv/master.svg?style=flat-square)](https://gitlab.com/sandfox/sass-hsv/-/pipelines)\n\nA simple helper to introduce [HSV/HSB] model support to SASS.\n\n## Usage\n\nThe helper tries to mimic `hsl()` syntax from css.\n\n```scss\n// adjust for your favorite importer\n@use \"~sass-hsv\" as *;\n\na {\n    // the simplest\n    color: hsv(270, 50%, 100%); // #bf7fff\n    // use other angle units for h and fractions for s \u0026 v\n    color: hsv(0.75turn, 0.5, 1); // #bf7fff\n    // use alpha channel\n    color: hsv(270, 50%, 100%, 0.5); // rgba(191, 127, 255, 0.5)\n\n    // aliases\n    color: hsb(270, 50%, 100%); // same as hsv()\n    color: hsva(270, 50%, 100%, 1); // same as hsv($h, $s, $v, $a) but alpha param is required\n    color: hsba(270, 50%, 100%, 1); // same as hsva()\n}\n```\n\n## Documentation\n\nRead full documentation here: \u003chttps://sandfox.dev/js/sass-hsv.html\u003e\n\nAlso on Read the Docs: \u003chttps://sass-hsv.readthedocs.io/\u003e\n\n## Support\n\nPlease file issues on our main repo at GitLab: \u003chttps://gitlab.com/sandfox/sass-hsv/-/issues\u003e\n\n## License\n\nThe library is available as open source under the terms of the [MIT License].\n\n[HSV/HSB]: https://en.wikipedia.org/wiki/HSL_and_HSV\n[MIT License]:  https://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farokettu%2Fsass-hsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farokettu%2Fsass-hsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farokettu%2Fsass-hsv/lists"}