{"id":13747612,"url":"https://github.com/Compass/compass-rails","last_synced_at":"2025-05-09T09:30:34.020Z","repository":{"id":2060005,"uuid":"2998320","full_name":"Compass/compass-rails","owner":"Compass","description":"compass rails integration","archived":false,"fork":false,"pushed_at":"2021-02-08T19:47:51.000Z","size":577,"stargazers_count":592,"open_issues_count":0,"forks_count":276,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-04-21T08:09:35.447Z","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/Compass.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2011-12-16T22:59:59.000Z","updated_at":"2025-04-16T13:00:42.000Z","dependencies_parsed_at":"2022-08-29T02:41:11.601Z","dependency_job_id":null,"html_url":"https://github.com/Compass/compass-rails","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Compass%2Fcompass-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Compass%2Fcompass-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Compass%2Fcompass-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Compass%2Fcompass-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Compass","download_url":"https://codeload.github.com/Compass/compass-rails/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250215142,"owners_count":21393741,"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-08-03T06:01:35.131Z","updated_at":"2025-05-09T09:30:33.736Z","avatar_url":"https://github.com/Compass.png","language":"Ruby","readme":"# END OF LIFE - compass-rails\n\n**Don't use compass, it is no longer supported, see the [compass statement](https://github.com/Compass/compass/pull/2094)**\n\n[![Build Status](https://travis-ci.org/Compass/compass-rails.svg?branch=master)](https://travis-ci.org/Compass/compass-rails)\n[![Code Climate](https://codeclimate.com/github/Compass/compass-rails.svg)](https://codeclimate.com/github/Compass/compass-rails)\n[![Gem Version](https://badge.fury.io/rb/compass-rails.svg)](http://badge.fury.io/rb/compass-rails)\n[![Coverage Status](https://coveralls.io/repos/Compass/compass-rails/badge.svg)](https://coveralls.io/r/Compass/compass-rails)\n\nCompass rails is an adapter for the [Compass Stylesheet Authoring\nFramework](http://compass-style.org) for [Ruby on Rails](http://rubyonrails.org/).\n\nSince Compass v0.12.0, this is the only way to use compass with your rails application.\n\nSupports Rails 5.2 and 6.x releases.\n\n## Installation\n\nAdd the `compass-rails` gem line to your application's Gemfile\n\n```ruby\ngem 'sass-rails'\ngem 'compass-rails'\n```\n\nIf you are using any Compass extensions, add them to this group in your\nGemfile.\n\nAnd then execute:\n\n    $ bundle\n\n## Usage\n\nChange your `application.css` to `application.css.scss` or `application.css.sass` and then `@import compass` and your own stylesheets to your hearts content. E.g.:\n\n```scss\n@import \"compass\";\n\n@import \"your_project/mixins\";\n@import \"your_project/base\";\n```\n\n*or*\n\nUse `application.css` to require files that use compass features. Ex:\n```css\n/*\n *= require styleguide_full_of_compass_stuff\n */\n```\n\n*Don't* use `*= require something` within your SCSS or SASS files. You're gonna have a bad time.\n\n### Configuration\n\nCompass-rails is configured out of the box to work with Rails.\n\nAdvanced users can choose to add a `config/compass.rb` and take advantage of the [Compass configuration\nreference](http://compass-style.org/help/documentation/configuration-reference/)\nas is.\n\n### Installing Compass extensions\n\nStep 1: Add it to your Gemfile and run the `bundle` command to install it.\n\nStep 2: Install the extension's assets: `bundle exec compass install\n\u003cextension/template\u003e`\n\nFor example, if you want to use susy.\n\n```ruby\n# Gemfile\ngem 'compass-rails'\ngem 'susy'\n```\n\nthen run:\n\n    $ bundle\n    $ bundle exec compass install susy\n\nif you are using the rails configuration files you should add:\n\n```ruby\nconfig.compass.require \"susy\"\n```\n\nto your application.rb configuration file.\n\n## Contributing\n\n1. This project is EOL. No more changes will be accepted.\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCompass%2Fcompass-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCompass%2Fcompass-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCompass%2Fcompass-rails/lists"}