Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 82f4509

Browse files
author
Marlow Payne
committed
Clean up references to SCSS-lint and move to Sass-lint
1 parent 2ee4826 commit 82f4509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/css-best-practices/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Another benefit is that this keeps our code isolated really well. Action Bar can
177177

178178
We want our CSS to be written consistently no matter who the code author is. In order to do so, please follow these below rules.
179179

180-
Note that we use [SCSS-Lint](https://github.com/causes/scss-lint) to make this easier — see our linting rules [here](https://github.com/mobify/mobify-code-style/blob/update-css-style/css/.scss-lint.yml).
180+
Note that we use [Sass-Lint](https://github.com/sasstools/sass-lint) to make this easier — see our linting rules [here](https://github.com/mobify/mobify-code-style/blob/develop/css/.sass-lint.yml). Find out how to integrate Sass-Lint with your text editor [here](../sass-lint/readme.md).
181181

182182
* One selector per line
183183
* Use a soft indent of four spaces
@@ -216,7 +216,7 @@ Note that we use [SCSS-Lint](https://github.com/causes/scss-lint) to make this e
216216

217217
Following our practice of writing consistent code, we also want all properties to be consistently ordered according to the bellow standard.
218218

219-
And as before, we use [SCSS-Lint](https://github.com/causes/scss-lint) to help ensure property order is consistent - see our linting rules [here](https://github.com/mobify/mobify-code-style/blob/update-css-style/css/.scss-lint.yml).
219+
And as before, we use [Sass-Lint](https://github.com/sasstools/sass-lint) to help ensure property order is consistent - see our linting rules [here](https://github.com/mobify/mobify-code-style/blob/develop/css/.sass-lint.yml).
220220

221221
1. Extends
222222
1. Mixins/Includes (except for property specific mixins)

0 commit comments

Comments
 (0)