{"id":13546632,"url":"https://github.com/ngryman/sass-dry","last_synced_at":"2025-04-12T15:12:18.590Z","repository":{"id":57356160,"uuid":"51878286","full_name":"ngryman/sass-dry","owner":"ngryman","description":"DRY your SASS code.","archived":false,"fork":false,"pushed_at":"2017-10-06T20:58:50.000Z","size":18,"stargazers_count":6,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T15:12:13.143Z","etag":null,"topics":["dry","sass"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/ngryman.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}},"created_at":"2016-02-16T23:29:18.000Z","updated_at":"2023-06-01T17:03:11.000Z","dependencies_parsed_at":"2022-09-16T19:50:57.794Z","dependency_job_id":null,"html_url":"https://github.com/ngryman/sass-dry","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngryman%2Fsass-dry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngryman%2Fsass-dry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngryman%2Fsass-dry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngryman%2Fsass-dry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngryman","download_url":"https://codeload.github.com/ngryman/sass-dry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586245,"owners_count":21128998,"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":["dry","sass"],"created_at":"2024-08-01T12:00:41.590Z","updated_at":"2025-04-12T15:12:18.569Z","avatar_url":"https://github.com/ngryman.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# sass-dry [![travis][travis-image]][travis-url]\n\n[travis-image]: https://img.shields.io/travis/ngryman/sass-dry.svg?style=flat\n[travis-url]: https://travis-ci.org/ngryman/sass-dry\n\n\u003e DRY your SASS code.\n\n\n`sass-dry` helps you to factorize repetitive portions of your mixins by creating and extending\ndynamic placeholders under the hood.\n\n\n## Install\n\n```sh\nnpm install --save sass-dry\nbower install --save sass-dry\n```\n\n\n## Usage\n\n```scss\n@include button($color: #bada55) {\n  color: $color;\n\n  @include dry(button) {\n    margin: 1rem 0;\n    padding: .5rem 1rem;\n    border-radius: 1rem;\n    border: 1px solid;\n  }\n}\n\n.order-btn {\n  @include button();\n}\n\n.cancel-btn {\n  @include button(red);\n}\n```\n\n```css\n.order-btn, .cancel-btn {\n  margin: 1rem 0;\n  padding: .5rem 1rem;\n  border-radius: 1rem;\n  border: 1px solid;\n}\n\n.order-btn {\n  color: #bada55;\n}\n\n.order-btn {\n  color: red;\n}\n```\n\n## License\n\nMIT © [Nicolas Gryman](https://github.com/ngryman)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngryman%2Fsass-dry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngryman%2Fsass-dry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngryman%2Fsass-dry/lists"}