Upgraded php and npm deps

- Sass upgrade had some breaking changes where division was used
hence updated for newer sass version support.
This commit is contained in:
Dan Brown
2021-05-29 13:08:28 +01:00
parent ed6ec341df
commit d62cdd58d3
8 changed files with 261 additions and 256 deletions

View File

@ -1,3 +1,4 @@
@use "sass:math";
@import "variables";
@import "mixins";
@import "html";