Commit graph

2 commits

Author SHA1 Message Date
2fc3bf14d6 Switch from node-sass to sass to fix bogus invalid CSS warning
Error in plugin "sass"
Message:
    node_modules/motion-ui/src/util/_unit.scss
Error: Invalid CSS after "  $dividend: math": expected expression (e.g. 1px, bold), was ".abs($dividend);"
        on line 17 of node_modules/motion-ui/src/util/_unit.scss
        from line 14 of node_modules/motion-ui/src/motion-ui.scss
        from line 47 of scss/peceful.scss
>>   $dividend: math.abs($dividend);

Fix for what seems a parallel situation per:
https://stackoverflow.com/questions/67195466/sasserror-invalid-css-expected-expression-e-g-1px-bold
2024-04-21 07:04:20 -04:00
61ce6fca2d Initial commit after running Zurb Foundation subtheme from STARTER script 2024-04-20 14:40:26 -04:00