{"id":17693635,"url":"https://github.com/dom96/sass","last_synced_at":"2025-05-13T03:25:18.170Z","repository":{"id":38381286,"uuid":"132479958","full_name":"dom96/sass","owner":"dom96","description":"Nim bindings to the libsass C++ library ","archived":false,"fork":false,"pushed_at":"2023-01-17T10:57:43.000Z","size":15,"stargazers_count":13,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T06:12:36.728Z","etag":null,"topics":["css","nim","nim-lang","nim-language","sass"],"latest_commit_sha":null,"homepage":"","language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dom96.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-07T15:23:07.000Z","updated_at":"2024-12-28T08:00:09.000Z","dependencies_parsed_at":"2023-02-10T09:15:22.027Z","dependency_job_id":null,"html_url":"https://github.com/dom96/sass","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dom96%2Fsass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dom96%2Fsass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dom96%2Fsass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dom96%2Fsass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dom96","download_url":"https://codeload.github.com/dom96/sass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253865285,"owners_count":21975884,"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","nim","nim-lang","nim-language","sass"],"created_at":"2024-10-24T13:46:06.093Z","updated_at":"2025-05-13T03:25:18.150Z","avatar_url":"https://github.com/dom96.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sass\n\n**sass** provides a Sass/SCSS to CSS compiler for [Nim](https://nim-lang.org) through bindings to [`libsass`](https://github.com/sass/libsass/).\n\n**[API Documentation](https://nimble.directory/docs/sass)** ·\n**[GitHub Repo](https://github.com/dom96/sass)**\n\n## Installation\n\nAdd this to your application's .nimble file:\n\n```nim\nrequires \"sass\"\n```\n\nor to install globally run:\n\n```\nnimble install sass\n```\n\n## Usage\n\n```nim\nimport sass\n\n# Compile a Sass/SCSS file:\ncompileFile(\"style.scss\")\n\n# Compile a Sass/SCSS file with options:\ncompileFile(\"style.sass\", outputPath=\"style.css\", includePaths = @[\"includes\"])\n\n# Compile a Sass/SCSS string:\nlet css = compile(\"body { div { color: red; } }\")\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/dom96/sass/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdom96%2Fsass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdom96%2Fsass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdom96%2Fsass/lists"}