rethemedex
This commit is contained in:
parent
40a67ca8fe
commit
5d03eabb15
3 changed files with 110 additions and 293 deletions
|
@ -5,8 +5,7 @@ cd `dirname $0`
|
|||
{
|
||||
echo "// autogenerated by rethemendex.sh"
|
||||
|
||||
find . \! \( -path ./themes -prune \) -iname _\*.scss |
|
||||
fgrep -v _components.scss | LC_ALL=C sort |
|
||||
find . -iname _\*.scss | fgrep -v _components.scss | LC_ALL=C sort |
|
||||
while read i; do
|
||||
echo "@import \"$i\";"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue