This repository has been archived on 2025-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
Amen/.vscode/tasks.json
2022-09-20 08:40:13 -07:00

8 lines
170 B
JSON

// Sass configuration
{
"version": "0.1.0",
"command": "node-sass",
"isShellCommand": true,
"args": ["Amen/Content/Site.scss", "Amen/Content/Site.css"]
}