{"id":14035579,"url":"https://github.com/wkillerud/some-sass","last_synced_at":"2025-06-22T16:34:53.830Z","repository":{"id":37954119,"uuid":"474733488","full_name":"wkillerud/some-sass","owner":"wkillerud","description":"Language server with improved support for SCSS, Sass indented and SassDoc. Workspace awareness and full support for Sass modules.","archived":false,"fork":false,"pushed_at":"2025-06-07T17:38:21.000Z","size":26010,"stargazers_count":78,"open_issues_count":7,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-08T21:51:32.691Z","etag":null,"topics":["css","language-server","language-server-protocol","lsp","lsp-client","lsp-server","sass","sassdoc","scss","visual-studio-code","visual-studio-code-extension","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://wkillerud.github.io/some-sass/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mrmlnc/vscode-scss","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wkillerud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null},"funding":{"github":["wkillerud"],"ko_fi":"williamkillerud"}},"created_at":"2022-03-27T19:07:26.000Z","updated_at":"2025-06-07T17:38:23.000Z","dependencies_parsed_at":"2024-04-21T21:17:28.408Z","dependency_job_id":"9984ed85-c0d4-4d65-95a4-79dd724c58c6","html_url":"https://github.com/wkillerud/some-sass","commit_stats":{"total_commits":878,"total_committers":13,"mean_commits":67.53846153846153,"dds":0.3405466970387244,"last_synced_commit":"0623e9162d70fd526f87b5185459801c9e481b67"},"previous_names":["wkillerud/some-sass"],"tags_count":176,"template":false,"template_full_name":null,"purl":"pkg:github/wkillerud/some-sass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wkillerud%2Fsome-sass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wkillerud%2Fsome-sass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wkillerud%2Fsome-sass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wkillerud%2Fsome-sass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wkillerud","download_url":"https://codeload.github.com/wkillerud/some-sass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wkillerud%2Fsome-sass/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261325063,"owners_count":23141842,"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","language-server","language-server-protocol","lsp","lsp-client","lsp-server","sass","sassdoc","scss","visual-studio-code","visual-studio-code-extension","vscode","vscode-extension"],"created_at":"2024-08-12T03:01:35.243Z","updated_at":"2025-06-22T16:34:48.801Z","avatar_url":"https://github.com/wkillerud.png","language":"TypeScript","readme":"# Some Sass\n\nSome Sass is a [language server extension][langext] for [Visual Studio Code][vscode] and other editors with a language server protocol (LSP) client. It brings improved code suggestions, documentation and code navigation for both [SCSS and indented syntaxes][syntax].\n\nSome features include:\n\n- Full support for [`@use`][use] and [`@forward`][forward], including aliases, prefixes and hiding.\n- Workspace-wide code navigation and refactoring, such as Rename Symbol.\n- Rich documentation through [SassDoc][sassdoc].\n- Language features for [`%placeholders`][placeholder], both when using them and writing them.\n- Support for [both Sass syntaxes](https://sass-lang.com/documentation/syntax/) as well as CSS.\n\n![](./docs/src/images/highlight-reel.gif)\n\n## Get the extension\n\nYou can find the extension here:\n\n- On the [Visual Studio Code Marketplace][vsmarketplace].\n- On the [Open VSX Registry][openvsx].\n- In the [Releases section on GitHub][ghreleases].\n\nSee the User guide section to learn more about what the extension can do.\n\n## Some Sass Language Server\n\nSome Sass is also a language server using the [Language Server Protocol (LSP)][lsp].\n\nThe language server is [published on npm][npm], and can be used with any editor that has an LSP client. See [Getting started](https://wkillerud.github.io/some-sass/language-server/getting-started.html) to learn more.\n\n### Editors with clients\n\nSee the [documentation for an updated list](https://wkillerud.github.io/some-sass/language-server/existing-clients.html).\n\n[lsp]: https://microsoft.github.io/language-server-protocol/\n[npm]: https://www.npmjs.com/package/some-sass-language-server\n[syntax]: https://sass-lang.com/documentation/syntax/\n[use]: https://sass-lang.com/documentation/at-rules/use/\n[forward]: https://sass-lang.com/documentation/at-rules/forward/\n[langext]: https://code.visualstudio.com/api/language-extensions/language-server-extension-guide\n[sassdoc]: http://sassdoc.com\n[placeholder]: https://sass-lang.com/documentation/style-rules/placeholder-selectors/\n[vscode]: https://code.visualstudio.com/\n[vsmarketplace]: https://marketplace.visualstudio.com/items?itemName=SomewhatStationery.some-sass\n[openvsx]: https://open-vsx.org/extension/SomewhatStationery/some-sass\n[ghreleases]: https://github.com/wkillerud/some-sass/releases\n","funding_links":["https://github.com/sponsors/wkillerud","https://ko-fi.com/williamkillerud"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwkillerud%2Fsome-sass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwkillerud%2Fsome-sass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwkillerud%2Fsome-sass/lists"}