{"id":18282182,"url":"https://github.com/vikashpr/sushi-sass-library","last_synced_at":"2026-02-26T11:32:54.509Z","repository":{"id":112434521,"uuid":"584074131","full_name":"VikashPR/Sushi-SASS-Library","owner":"VikashPR","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-06T16:57:36.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T05:28:09.482Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","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/VikashPR.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-01T08:11:28.000Z","updated_at":"2024-06-18T12:17:57.000Z","dependencies_parsed_at":"2023-06-01T06:16:22.834Z","dependency_job_id":null,"html_url":"https://github.com/VikashPR/Sushi-SASS-Library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VikashPR/Sushi-SASS-Library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VikashPR%2FSushi-SASS-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VikashPR%2FSushi-SASS-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VikashPR%2FSushi-SASS-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VikashPR%2FSushi-SASS-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VikashPR","download_url":"https://codeload.github.com/VikashPR/Sushi-SASS-Library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VikashPR%2FSushi-SASS-Library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29857536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-05T13:04:31.679Z","updated_at":"2026-02-26T11:32:54.487Z","avatar_url":"https://github.com/VikashPR.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Documentation for the Sushi\n\n![a](./assets/logo.png)\n\n## Introduction\n\nSushi is a custom build SASS framework.\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/en/)\n- [Gulp](https://gulpjs.com/)\n\n### Gulp Installation\n\n```bash\nnpm i gulp gulp-sass sass --save-dev\n```\n\n### GulpFile.js\n\n```javascript\nconst { src, dest, watch, series } = require(\"gulp\");\nconst sass = require(\"gulp-sass\")(require(\"sass\"));\n\nfunction buildStyles() {\n  return src(\"index.scss\").pipe(sass()).pipe(dest(\"css\"));\n}\n\nfunction watchTask() {\n  watch([\"index.scss\"], buildStyles);\n}\n\nexports.default = series(buildStyles, watchTask);\n```\n\n## Usage\n\n```bash\nnpx gulp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikashpr%2Fsushi-sass-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikashpr%2Fsushi-sass-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikashpr%2Fsushi-sass-library/lists"}