When attempting to compile app/templates/bmc/css/pages/homepage.scss, there following error is thrown:
Compilation Error
Error: Declarations may only be used within style rules.
╷
9 │ display: grid;
│ ^^^^^^^^^^^^^
╵
Users/mdlama/dev/hubzero/hubzero-2.2/public/app/templates/bmc/css/pages/mixins.scss 9:3 grid-template()
Users/mdlama/dev/hubzero/hubzero-2.2/public/app/templates/bmc/css/pages/homepage.scss 205:3 @content
Users/mdlama/dev/hubzero/hubzero-2.2/public/app/templates/bmc/css/pages/mixins.scss 28:5 respond-at()
Users/mdlama/dev/hubzero/hubzero-2.2/public/app/templates/bmc/css/pages/homepage.scss 204:1 root stylesheet
--------------------
This issue might be related: sass/dart-sass#1299
Will work directly with homepage.css for now.
When attempting to compile
app/templates/bmc/css/pages/homepage.scss, there following error is thrown:This issue might be related: sass/dart-sass#1299
Will work directly with
homepage.cssfor now.