Skip to content

Commit 4220134

Browse files
committed
Swap scsslint for stylelint
Also include an obnoxious workaround for Sass outputting Unicode characters.
1 parent 49df6e0 commit 4220134

File tree

9 files changed

+442
-675
lines changed

9 files changed

+442
-675
lines changed

.scss-lint.yml

Lines changed: 0 additions & 241 deletions
This file was deleted.

.stylelintrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
extends:
2+
- stylelint-config-takiyon

examples/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
# Examples
22

33
1. Clone this repo
4-
2. Install [Ruby][ruby]
5-
3. Run `gem install sass scss_lint`
6-
4. Run `npm install`
7-
5. Start the server with `npm run examples`
8-
9-
[ruby]: https://www.ruby-lang.org/en/downloads/
4+
2. Start the server with `npm run examples`

0 commit comments

Comments
 (0)