onwp - Overview
Pinned Loading
-
A Visual Studio Code extension that enables quick navigation to SASS/SCSS definitions through keyboard shortcuts (Cmd/Ctrl+click). Enhances development workflow by providing instant jumps to variab…
TypeScript 1
-
A lightweight VS Code extension that provides Go to Definition functionality for PHP files.
TypeScript 1
-
macOS menu bar utility to switch your default browser in one click
Swift
-
Cross-platform image compression tool
JavaScript
-
4
# Run as "SCRIPT_FILE_NAME SASS_DIRECTORY"5
# e.g "./find_unused_scss_variables.sh ./sass" -
2
for dir in $(ls -d */ | grep -v cache | grep -v node_modules | cut -f1 -d'/'); do
4
echo "checking $dir :";
5
pushd "$dir" &>/dev/null || {