mirror of
https://github.com/primer/css.git
synced 2024-12-19 12:12:02 +03:00
bebb56ba4a
This reverts commite15e1fdcaf
, reversing changes made tob0099723c7
.
4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
$(dirname $0)/npm-run stylelint --quiet --syntax scss **/*.scss
|