Add scss and sass to the searchcss command

This commit is contained in:
Jonathan Hodgson 2017-05-25 14:00:10 +01:00
parent 034ba0ec29
commit 9fac0f0fa7

2
bashrc
View file

@ -86,7 +86,7 @@ searchjs() {
}
searchcss() {
# This will search through .css and .less files but won't search minified files
grep -r -i -n --color="auto" --include=\*.{css,less} --exclude=\*.min.css "$1" .
grep -r -i -n --color="auto" --include=\*.{css,less,scss,sass} --exclude=\*.min.css "$1" .
}
searchphp() {
grep -r -i -n --color="auto" --include="*.php" "$1" .