review feedback
This commit is contained in:
parent
0cd895b417
commit
69bedf0d37
2 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
echo "// autogenerated by rethemendex.sh" > _components.scss
|
||||
|
||||
for i in `find . -iname _\*.scss | fgrep -v _components.scss`;
|
||||
for i in `find . -iname _\*.scss | fgrep -v _components.scss | sort`;
|
||||
do
|
||||
echo "@import \"$i\";" >> _components.scss
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue