Move to SASS

This commit is contained in:
Robert Marshall 2020-03-23 21:01:32 +00:00
parent 3ab7ab54b4
commit 47c7cf1aa4
11 changed files with 1136 additions and 562 deletions

View file

@ -19,6 +19,6 @@
<Target Name="BuildCss" BeforeTargets="Build">
<Exec WorkingDirectory="$(ProjectDir)" Command="npm install" />
<Exec WorkingDirectory="$(ProjectDir)" Command="node_modules\.bin\gulp compile_less" />
<Exec WorkingDirectory="$(ProjectDir)" Command="npx gulp compile_scss" />
</Target>
</Project>