{"id":15017530,"url":"https://github.com/orzih/mkdocs-extra-sass-plugin","last_synced_at":"2025-07-04T05:02:17.325Z","repository":{"id":57442133,"uuid":"334324906","full_name":"orzih/mkdocs-extra-sass-plugin","owner":"orzih","description":"Adds stylesheets to your mkdocs site from Sass/SCSS.","archived":false,"fork":false,"pushed_at":"2023-04-21T20:51:40.000Z","size":39,"stargazers_count":3,"open_issues_count":7,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-12T11:57:49.334Z","etag":null,"topics":["css","mkdocs","sass","scss"],"latest_commit_sha":null,"homepage":"","language":"Python","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/orzih.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2021-01-30T04:11:09.000Z","updated_at":"2024-05-14T10:11:48.000Z","dependencies_parsed_at":"2024-09-16T07:13:17.056Z","dependency_job_id":null,"html_url":"https://github.com/orzih/mkdocs-extra-sass-plugin","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"c11849098324d4e05641768d7864f8114abc2f69"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/orzih/mkdocs-extra-sass-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orzih%2Fmkdocs-extra-sass-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orzih%2Fmkdocs-extra-sass-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orzih%2Fmkdocs-extra-sass-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orzih%2Fmkdocs-extra-sass-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orzih","download_url":"https://codeload.github.com/orzih/mkdocs-extra-sass-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orzih%2Fmkdocs-extra-sass-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263449897,"owners_count":23468148,"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","mkdocs","sass","scss"],"created_at":"2024-09-24T19:50:36.957Z","updated_at":"2025-07-04T05:02:17.266Z","avatar_url":"https://github.com/orzih.png","language":"Python","readme":"# mkdocs-extra-sass-plugin\n\n[![PyPI version](https://img.shields.io/pypi/v/mkdocs-extra-sass-plugin.svg)](https://pypi.org/project/mkdocs-extra-sass-plugin)\n[![PyPI downloads](https://img.shields.io/pypi/dm/mkdocs-extra-sass-plugin.svg)](https://pypi.org/project/mkdocs-extra-sass-plugin)\n\n---\n\nThis plugin adds stylesheets to your mkdocs site from `Sass`/`SCSS`.\n\n## Features\n\n* using [LibSass][LibSass] with [libsass-python][libsass-python].\n\n## How to use\n\n### Installation\n\n1. Install the package with pip:\n\n    ```sh\n    pip install mkdocs-extra-sass-plugin\n    ```\n\n2. Enable the plugin in your `mkdocs.yml`:\n\n    ```yml\n    plugins:\n      - extra-sass\n    ```\n\n    \u003e **Note**: If you have no `plugins` entry in your config file yet, you'll likely also want to add the `search` plugin. MkDocs enables it by default if there is no `plugins` entry set, but now you have to enable it explicitly.\n\n3. Create a `extra_sass` directory in your working directory _(usually the same directory as` mkdocs.yml`)_, and create **entry point file** named `style.css.sass` or `style.css.scss`.\n\n    ```none\n    (top)\n    ├── docs\n    ：  ...snip...\n    │   └── index.md\n    ├── extra_sass\n    ：  ...snip...\n    │   └── style.css.scss (or style.css.sass)  # compiler entry point file.\n    └── mkdocs.yml\n    ```\n\nMore information about plugins in the [MkDocs documentation][mkdocs-plugins].\n\n## Contributing\n\nFrom reporting a bug to submitting a pull request: every contribution is appreciated and welcome. Report bugs, ask questions and request features using [Github issues][github-issues].\nIf you want to contribute to the code of this project, please read the [Contribution Guidelines][contributing].\n\n[LibSass]: https://sass-lang.com/libsass\n[libsass-python]: https://github.com/sass/libsass-python\n[mkdocs-plugins]: https://www.mkdocs.org/user-guide/plugins/\n[github-issues]: https://github.com/orzih/mkdocs-extra-sass-plugin/issues\n[contributing]: https://github.com/orzih/mkdocs-extra-sass-plugin/blob/master/CONTRIBUTING.md\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forzih%2Fmkdocs-extra-sass-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forzih%2Fmkdocs-extra-sass-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forzih%2Fmkdocs-extra-sass-plugin/lists"}