0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Shared scss-lint rules for SASS projects in GOV.UK
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

scss-lint GOV.UK

⚠️ This project is deprecated. It has been superseded by stylelint-config-gds

This repository provides common scss-lint rules for use with GOV.UK SCSS projects to comply with our style guides.

Installation

Add scss_lint-govuk to your Gemfile and then run bundle install:

# Gemfile
gem 'scss_lint-govuk'

Add the plugin to your project's scss-lint config:

# .scss-lint.yml
plugin_gems: ['scss_lint-govuk']

Usage

Run scss-lint:

bundle exec scss-lint