📝 Updated aliases prefix
This commit is contained in:
parent
12d501164b
commit
603d69e061
1 changed files with 1 additions and 1 deletions
2
aliases
2
aliases
|
|
@ -228,7 +228,7 @@ alias nanoid="npx nanoid"
|
||||||
# autoprefixes css files
|
# autoprefixes css files
|
||||||
# requires installation:
|
# requires installation:
|
||||||
# npm install -g postcss postcss-cli autoprefixer
|
# npm install -g postcss postcss-cli autoprefixer
|
||||||
alias autoprefixer="npx postcss *.css --use autoprefixer -d build/"
|
alias {prefix,autoprefixer}="npx postcss *.css --use autoprefixer -d build/"
|
||||||
# informs on dependency updates
|
# informs on dependency updates
|
||||||
alias taze="npx taze"
|
alias taze="npx taze"
|
||||||
alias pip_upgrade="python -m pip install --upgrade pip"
|
alias pip_upgrade="python -m pip install --upgrade pip"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue