Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add…
Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add documentation for SCSS Style Guide.
See !3069 for more information.
Showing
.csscomb.json
0 → 100644
.scss-lint.yml
0 → 100644
... | ... | @@ -286,6 +286,7 @@ group :development, :test do |
gem 'spring-commands-teaspoon', '~> 0.0.2' | ||
gem 'rubocop', '~> 0.35.0', require: false | ||
gem 'scss_lint', '~> 0.47.0', require: false | ||
gem 'coveralls', '~> 0.8.2', require: false | ||
gem 'simplecov', '~> 0.10.0', require: false | ||
gem 'flog', require: false | ||
... | ... |
doc/development/scss_styleguide.md
0 → 100644
lib/tasks/scss-lint.rake
0 → 100644
Please
register
or
sign in
to comment