{"id":17736530,"url":"https://github.com/toshimaru/jekyll-include_sass","last_synced_at":"2025-04-01T13:33:44.353Z","repository":{"id":56878639,"uuid":"59979270","full_name":"toshimaru/jekyll-include_sass","owner":"toshimaru","description":"Jekyll include_sass tag which includes and converts SASS/SCSS file. Useful for Google AMP HTML!","archived":false,"fork":false,"pushed_at":"2024-07-07T23:20:22.000Z","size":44,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-12T22:48:25.076Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/toshimaru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-05-30T03:59:34.000Z","updated_at":"2024-07-07T23:20:21.000Z","dependencies_parsed_at":"2024-10-26T04:52:17.218Z","dependency_job_id":"d76ce641-6ba6-4938-9a10-4c9eb38b8486","html_url":"https://github.com/toshimaru/jekyll-include_sass","commit_stats":{"total_commits":46,"total_committers":2,"mean_commits":23.0,"dds":"0.021739130434782594","last_synced_commit":"a065359ab82b4cc6c2ece0cbfb63f2be2bfb31ea"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fjekyll-include_sass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fjekyll-include_sass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fjekyll-include_sass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshimaru%2Fjekyll-include_sass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toshimaru","download_url":"https://codeload.github.com/toshimaru/jekyll-include_sass/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246604610,"owners_count":20804099,"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":[],"created_at":"2024-10-26T00:23:19.551Z","updated_at":"2025-04-01T13:33:44.084Z","avatar_url":"https://github.com/toshimaru.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/jekyll-include_sass.svg)](https://badge.fury.io/rb/jekyll-include_sass)\n[![CI](https://github.com/toshimaru/jekyll-include_sass/actions/workflows/ci.yml/badge.svg)](https://github.com/toshimaru/jekyll-include_sass/actions/workflows/ci.yml)\n\n# Jekyll::IncludeSass\n\nJekyll `include_sass` tag which includes and converts SASS/SCSS file. This is useful for Google AMP HTML.\n\n## Supported CSS in AMP\n\n\u003e Like all web pages, AMP pages are styled with CSS, but you can’t reference external stylesheets.\n\n\u003e All styles must live in the head of the document.\n\nvia. [Supported CSS](https://www.ampproject.org/docs/guides/responsive/style_pages.html)\n\n## Installation\n\n1. Add the following to your site's `Gemfile`:\n\n  ```ruby\n  gem 'jekyll-include_sass'\n  ```\n\n2. Add the following to your site's `_config.yml`:\n\n  ```yml\n  gems:\n    - jekyll-include_sass\n  ```\n\n## Usage\n\nPut your `style.scss` in Jekyll's `_includes` directory.\n\n### for HTML\n\nAdd the following inside `\u003chead\u003e` in your site's template(s):\n\n```html\n\u003cstyle type=\"text/css\"\u003e\n{% include_sass style.scss %}\n\u003c/style\u003e\n```\n\n### for AMP\n\n```html\n\u003cstyle amp-custom\u003e\n{% include_sass style.scss %}\n\u003c/style\u003e\n```\n\n### SASS/SCSS Supported\n\nYou can include either SASS or SCSS with `include_sass` depending on extension.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/toshimaru/jekyll-include_sass.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshimaru%2Fjekyll-include_sass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoshimaru%2Fjekyll-include_sass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshimaru%2Fjekyll-include_sass/lists"}