{"id":21318066,"url":"https://github.com/denoplayground/esbuild-plugin-sass","last_synced_at":"2026-05-10T14:49:14.256Z","repository":{"id":216467637,"uuid":"741412561","full_name":"DenoPlayground/esbuild-plugin-sass","owner":"DenoPlayground","description":"A SASS Plugin Module for the Deno version of ESBuild.","archived":false,"fork":false,"pushed_at":"2024-07-11T10:35:26.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-15T22:13:37.101Z","etag":null,"topics":["deno","esbuild","esbuild-plugin","sass","scss"],"latest_commit_sha":null,"homepage":"https://deno.land/x/esbuild_plugin_sass","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DenoPlayground.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-10T10:45:26.000Z","updated_at":"2024-03-11T06:49:58.000Z","dependencies_parsed_at":"2024-01-12T16:16:47.192Z","dependency_job_id":"6110eefd-d6ac-4627-9441-e44dc8af7f5b","html_url":"https://github.com/DenoPlayground/esbuild-plugin-sass","commit_stats":null,"previous_names":["denoplayground/esbuild-sass-plugin"],"tags_count":11,"template":false,"template_full_name":"DenoPlayground/Template","purl":"pkg:github/DenoPlayground/esbuild-plugin-sass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenoPlayground%2Fesbuild-plugin-sass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenoPlayground%2Fesbuild-plugin-sass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenoPlayground%2Fesbuild-plugin-sass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenoPlayground%2Fesbuild-plugin-sass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DenoPlayground","download_url":"https://codeload.github.com/DenoPlayground/esbuild-plugin-sass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DenoPlayground%2Fesbuild-plugin-sass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32860226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["deno","esbuild","esbuild-plugin","sass","scss"],"created_at":"2024-11-21T19:11:18.517Z","updated_at":"2026-05-10T14:49:14.230Z","avatar_url":"https://github.com/DenoPlayground.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SASS Plugin Module for Deno ESBuild\n\n## Why?\nWhy does the plugin exist in the first place? I am currently working on a simple tech stack for Deno frontend development. I use ESBuild as a transpiler and bundler for TypeScript and HTML. Currently there was no easy way for me to convert SCSS (SASS) files to CSS without using another tool. That's why I wrote this plugin to simplify this process.\n\nThis plugin can be easily imported and loaded as a module for ESBuild.\n\n## Usage:\n\n```ts\nimport sassPlugin from 'https://deno.land/x/esbuild_plugin_sass/mod.ts';\n\nawait esbuild.build({\n  ...\n  plugins: [\n    sassPlugin()\n  ],\n});\nesbuild.stop()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenoplayground%2Fesbuild-plugin-sass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenoplayground%2Fesbuild-plugin-sass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenoplayground%2Fesbuild-plugin-sass/lists"}