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

Commit a84c300

Browse files
author
Marlow Payne
committed
A few touchups and links
1 parent d9c2606 commit a84c300

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css/introduction/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We follow a mixture of various methodologies include, but not limited to: SMACSS
1818
* [Vellum](https://github.com/mobify/vellum) is our starting point for base styles on Customer Success projects at Mobify
1919
* [Spline](https://github.com/mobify/spline) is our library of Sass mixins and functions
2020
* [Stencil](https://github.com/mobify/stencil) (Deprecated – but a new 2.0 version is coming soon!) is our library or reusable UI patterns
21-
* [Sass-Lint](https://github.com/sasstools/sass-lint) is our preferred linter for `SCSS`. Our custom linting rules are found [here](https://github.com/mobify/mobify-code-style/blob/master/css/.sass-lint.yml))
21+
* [Sass-Lint](https://github.com/sasstools/sass-lint) is our preferred linter for `SCSS`. Our custom linting rules are found [here](https://github.com/mobify/mobify-code-style/blob/master/css/.sass-lint.yml)). Find out how to integrate Sass-Lint with your text editor [here](sass-lint/readme.md).
2222
* [CSScomb](http://csscomb.com/) is a tool that can be plugged into most popular text editors that automatically formats your code! Our formatting ruleset can be found [here](https://github.com/mobify/mobify-code-style/blob/master/css/.csscomb.json)
2323

2424

css/sass-lint/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When enabled in an Adaptive.js project, Sass files may be linted by invoking `gr
1212

1313
[Sass-Lint GitHub Repo](https://github.com/sasstools/sass-lint)
1414

15-
[Mobify Code Style GitHub Repo](https://github.com/mobify/mobify-code-style)
15+
[Mobify's Sass-Lint rules in the Code Style GitHub Repo](https://github.com/mobify/mobify-code-style/blob/master/css/.sass-lint.yml)
1616

1717
## Getting Started
1818
Make sure you have all the requirements.
@@ -24,7 +24,7 @@ Install the Mobify Code Style by running this command in your Terminal:
2424

2525
`npm install -g mobify-code-style`
2626

27-
Note that the above npm install commands shouldn't need 'sudo' if you are using NVM (as recommended in the Adaptive.js docs)
27+
Note that the above npm install commands shouldn't need `sudo` if you are using NVM (as recommended in the [Adaptive.js docs](http://adaptivejs.mobify.com/v2.0/docs/install/))
2828

2929
Follow the steps below for your preferred text editor.
3030

0 commit comments

Comments
 (0)