trying to import shards.scss with dart sass results in errors
zoephilipps opened this issue · 1 comments
zoephilipps commented
ERROR Failed to compile with 1 errors 10:50:51 AM
⠀
error in ./src/components/layout.scss
⠀
Module build failed (from ./node_modules/sass-loader/lib/loader.js):
$popover-arrow-outer-width: $popover-arrow-width + 1px !default;
^
Incompatible units px and rem.
╷
759 │ $popover-arrow-outer-width: $popover-arrow-width + 1px !default;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
@tisk I'm happy to submit a PR for these errors if you're open to it.
zoephilipps commented
This was my fault, I was importing things in the wrong order.