You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
retheming commentary
This commit is contained in:
@ -5,6 +5,9 @@ cd `dirname $0`
|
||||
{
|
||||
echo "// autogenerated by rethemendex.sh"
|
||||
|
||||
# we used to have exclude /themes from the find at this point.
|
||||
# as themes are no longer a spurious subdirectory of css/, we don't
|
||||
# need it any more.
|
||||
find . -iname _\*.scss | fgrep -v _components.scss | LC_ALL=C sort |
|
||||
while read i; do
|
||||
echo "@import \"$i\";"
|
||||
|
Reference in New Issue
Block a user