{"id":15965226,"url":"https://github.com/borodean/sassy-inline-gradients","last_synced_at":"2025-04-05T22:31:29.431Z","repository":{"id":144045000,"uuid":"374832276","full_name":"borodean/sassy-inline-gradients","owner":"borodean","description":"Sass extension to inline gradients as base64-encoded images","archived":false,"fork":false,"pushed_at":"2021-11-16T21:50:01.000Z","size":358,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T16:45:15.199Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/borodean.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-08T00:13:06.000Z","updated_at":"2021-06-18T13:11:16.000Z","dependencies_parsed_at":"2023-07-26T06:48:32.896Z","dependency_job_id":null,"html_url":"https://github.com/borodean/sassy-inline-gradients","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.3076923076923077,"last_synced_commit":"30fc5fb3102fc91c2f9656128f661453d98599f4"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borodean%2Fsassy-inline-gradients","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borodean%2Fsassy-inline-gradients/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borodean%2Fsassy-inline-gradients/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borodean%2Fsassy-inline-gradients/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borodean","download_url":"https://codeload.github.com/borodean/sassy-inline-gradients/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411236,"owners_count":20934650,"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-10-07T17:40:27.936Z","updated_at":"2025-04-05T22:31:29.407Z","avatar_url":"https://github.com/borodean.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sassy-inline-gradients\n\nSass extension to inline gradients as base64-encoded images.\n\n## Installation\n\n```\nnpm install sass sassy-inline-gradients --save-dev\n```\n\n```diff\n+ const createInlineGradientsFunctions = require(\"sassy-inline-gradients\");\n\nconst sassOptions = {\n  functions: {\n+    ...createInlineGradientsFunctions(),\n  },\n  indentWidth: 2,\n};\n```\n\n## Usage\n\nCode examples:\n\n```scss\n.alfa {\n  background: inline-linear-gradient(\n    200px,\n    45deg,\n    red,\n    green 100px,\n    blue 150px,\n    yellow 95%\n  );\n}\n```\n\n```scss\n.bravo {\n  background: inline-linear-gradient(\n    200px,\n    to top,\n    red 10.5%,\n    green 33.3%,\n    blue\n  );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborodean%2Fsassy-inline-gradients","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborodean%2Fsassy-inline-gradients","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborodean%2Fsassy-inline-gradients/lists"}