File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SCSS-Lint Changelog
22
3- ## master (unreleased)
3+ ## 0.56.0
44
55* Add support for Sass 3.5. [ Custom properties are not yet supported] ( https://github.com/brigade/scss-lint/pull/927 ) .
66* Modify all output formats to include a linter even for syntax or encoding errors
Original file line number Diff line number Diff line change 22
33# Defines the gem version.
44module SCSSLint
5- VERSION = '0.55 .0' . freeze
5+ VERSION = '0.56 .0' . freeze
66end
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99 s . summary = 'SCSS lint tool'
1010 s . description = 'Configurable tool for writing clean and consistent SCSS'
1111 s . authors = [ 'Brigade Engineering' , 'Shane da Silva' ]
12- s . email = [ 'eng@brigade.com' , 'shane.dasilva@brigade.com ' ]
12+ s . email = [ 'eng@brigade.com' , 'shane@dasilva.io ' ]
1313 s . homepage = SCSSLint ::REPO_URL
1414
1515 s . require_paths = [ 'lib' ]
You can’t perform that action at this time.
0 commit comments