{"id":15293239,"url":"https://github.com/vandreleal/hexo-renderer-sass-typesettings","last_synced_at":"2025-10-07T06:30:32.113Z","repository":{"id":17741400,"uuid":"82174462","full_name":"vandreleal/hexo-renderer-sass-typesettings","owner":"vandreleal","description":":package: Sass renderer plugin for Hexo with Typesettings support","archived":true,"fork":false,"pushed_at":"2022-09-10T13:59:48.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-01T16:45:17.524Z","etag":null,"topics":["hexo","hexo-renderer","node-sass","sass","typesettings"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/hexo-renderer-sass-typesettings","language":"JavaScript","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/vandreleal.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":"2017-02-16T11:40:06.000Z","updated_at":"2023-01-27T21:25:10.000Z","dependencies_parsed_at":"2022-08-08T05:15:12.761Z","dependency_job_id":null,"html_url":"https://github.com/vandreleal/hexo-renderer-sass-typesettings","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vandreleal%2Fhexo-renderer-sass-typesettings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vandreleal%2Fhexo-renderer-sass-typesettings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vandreleal%2Fhexo-renderer-sass-typesettings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vandreleal%2Fhexo-renderer-sass-typesettings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vandreleal","download_url":"https://codeload.github.com/vandreleal/hexo-renderer-sass-typesettings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235599592,"owners_count":19016190,"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":["hexo","hexo-renderer","node-sass","sass","typesettings"],"created_at":"2024-09-30T16:45:11.933Z","updated_at":"2025-10-07T06:30:31.667Z","avatar_url":"https://github.com/vandreleal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hexo-renderer-sass-typesettings\n\n[![Build Status](https://travis-ci.org/vandreleal/hexo-renderer-sass-typesettings.svg)](https://travis-ci.org/vandreleal/hexo-renderer-sass-typesettings)\n[![NPM Version](https://badge.fury.io/js/hexo-renderer-sass-typesettings.svg)](http://badge.fury.io/js/hexo-renderer-sass-typesettings)\n[![dependencies Status](https://david-dm.org/vandreleal/hexo-renderer-sass-typesettings/status.svg)](https://david-dm.org/vandreleal/hexo-renderer-sass-typesettings)\n[![devDependencies Status](https://david-dm.org/vandreleal/hexo-renderer-sass-typesettings/dev-status.svg)](https://david-dm.org/vandreleal/hexo-renderer-sass-typesettings?type=dev)\n\n[Sass] renderer plugin for [Hexo] with [Typesettings] support.\n\n## Install\n```sh\n$ npm install hexo-renderer-sass-typesettings --save\n```\n\n## Usage\nTo enable [Typesettings] support you need to import it at the beginning of your stylesheet:\n\n``` scss\n@import 'typesettings';\n```\n\n## Config\nThis renderer supports all [node-sass] settings. Check out the [node-sass docs] for all available options. Anything specified under the key `typesettings` in your `_config.yml` files will\nbe passed to the `sass.render()` call.\n\n### Example _config.yml\n```yaml\ntypesettings:\n  outputStyle: compressed\n  indentedSyntax: false\n  omitSourceMapUrl: true\n  sourceMap: true\n  sourceMapEmbed: false\n  sourceMapContents: false\n```\n\n### Inheritance\nThe config object passed to [node-sass] is constructed by merging properties from\nthe following locations using a least-specific-first order:\n\n1. Hardcoded Defaults (`{ outputStyle: 'nested', sourceComments: false }`)\n2. Theme specific `_config.yml`\n3. Blog root `_config.yml`\n\n[Hexo]: http://hexo.io/\n[Sass]: http://sass-lang.com/\n[Typesettings]: http://typesettings.io/\n[node-sass]: https://github.com/sass/node-sass\n[node-sass docs]: https://github.com/sass/node-sass#options","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvandreleal%2Fhexo-renderer-sass-typesettings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvandreleal%2Fhexo-renderer-sass-typesettings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvandreleal%2Fhexo-renderer-sass-typesettings/lists"}