jekyll-sass-converter

A Sass converter for Jekyll.

MIT License

Downloads
25.2M
Stars
184
Committers
18

Bot releases are hidden (Show)

jekyll-sass-converter - v2.0.0.pre.beta

Published by DirtyF about 5 years ago

Major Enhancements

  • Migrate to sassc gem (#75)
  • Drop support for Ruby 2.3 (#90)

Minor Enhancements

  • Generate Sass Sourcemaps (#79)
  • Configure Sass to load from theme-gem if possible (#80)
  • SyntaxError line and filename are set by SassC (#85)
  • Memoize #jekyll_sass_configuration (#82)

Development Fixes

  • Target Ruby 2.3 (#70)
  • Lint with rubocop-jekyll (#73)
  • Clear out RuboCop TODO (#87)
  • Cache stateless regexes in class constants (#83)
  • Add appveyor.yml (#76)
jekyll-sass-converter - v1.5.1

Published by DirtyF almost 7 years ago

  • Security: Bump Rubocop to 0.51
  • Style: Define path with __dir__ (#60)
  • Style: Inherit Jekyll's rubocop config for consistency (#61)
  • Dev: Update Travis config (#62) - Drop support for Jekyll 2.x and Ruby 2.0
  • Dev: Fix script/release
jekyll-sass-converter - v1.4.0

Published by parkr almost 9 years ago

Minor Enhancements

  • Bump Sass to v3.4 and above. (#40)
  • Strip byte order mark from generated compressed Sass/SCSS (#39)
  • Strip BOM by default, but don't add in the @charset by default (#42)

If you want to add @charset "UTF-8" by default, set the following in your _config.yml:

sass:
  add_charset: true

Development Fixes

  • Add Jekyll 2 & 3 to test matrix (#41
jekyll-sass-converter - v1.3.0

Published by parkr almost 10 years ago

Minor Enhancements

  • Include line number in syntax error message (#26)
  • Raise a Jekyll::Converters::Scss::SyntaxError instead of just a StandardError (#29)

Development Fixes

  • Fix typo in SCSS converter spec filename (#27)
  • Add tests for custom syntax error handling (#29)
jekyll-sass-converter - v1.2.1

Published by parkr almost 10 years ago

Bug Fixes

  • Only include something in the sass load path if it exists (#23)
jekyll-sass-converter - v1.2.0

Published by parkr about 10 years ago

Minor Enhancements

  • Allow user to specify style in safe mode. (#16)

Development Fixes

  • Only include the lib/ files in the gem. (#17)
jekyll-sass-converter - v1.1.0

Published by parkr about 10 years ago

  • Implement custom load paths (#14)
  • Lock down sass configuration when in safe mode. (#15)
jekyll-sass-converter - Birthday!

Published by parkr over 10 years ago

  • Birthday!
  • Don't use core extensions (#2)
  • Allow users to set style of outputted CSS (#4)
  • Determine input syntax based on file extension (#9)