Move to SASS
This commit is contained in:
parent
3ab7ab54b4
commit
47c7cf1aa4
11 changed files with 1136 additions and 562 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue