Add scss and sass to the searchcss command

Jonathan Hodgson 7 years ago
parent 034ba0ec29
commit 9fac0f0fa7
  1. 2
      bashrc

@ -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" .

Loading…
Cancel
Save