-
3.2.0
- Bump sassc-embedded dependency to 1.80.1.
- Allow pass-thru of all sass-embedded options.
- @ntkme - Fix custom importer and avoid mutex lock for custom functions
- @botandrose - Restore import tracking from Sprockets::SassProcessor so that edits to secondary imports are tracked
- @jukra - Alter the config to pass a --quiet-deps flag
- Remove config.sass.line_comments.
- Remove Sprockets 2.x related code.
- Add Ruby 3.4 to Github CI tests.
- Add Rails 8.0 to Github CI tests.
- Silence @import deprecation in tests.
- Fix broken tests.
-
3.1.0
- Change dependency from dartsass-ruby to sassc-embedded.
- Drop support for Ruby prior to 3.1.
- Add Rubocop and fix all issues.
-
3.0.0
-
2.1.2
-
2.1.1
-
2.1.0
-
2.0.0
-
1.3.0
-
1.2.1
- Bump SassC (and thus LibSass) version
-
1.2.0
-
1.1.0
- Moved under the official sass organization!
- Source line comments (
app.config.sass.line_comments
) - Prevent sass-rails railtie from running
- CSS compression may be disabled in test mode. Special thanks to this Sass-Rails PR for inspiration.
-
1.0.0
- Initial Release
- Add support for inline source maps
- Support compression in the way that Sass-Rails handles it