This website requires JavaScript.
Explore
Help
Sign In
primer
/
css
Watch
1
Star
1
Fork
0
You've already forked css
mirror of
https://github.com/primer/css.git
synced
2024-11-28 22:01:43 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
20ec689b4e
css
/
script
/
lint-scss
4 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add helper scripts for top-level deps and write JSON with a newline
2017-09-08 23:46:19 +03:00
#!/bin/bash
set -e
use npx; claim tool dependencies as "*"
2018-04-28 02:30:14 +03:00
npx stylelint --quiet --syntax scss **/*.scss
Reference in New Issue
Copy Permalink