I kept receiving parsing errors when trying to import styles in a Node project. These lines might be the culprit:
|
.popover .arrow::before { |
|
border-width: calc($popover-arrow-width + 1px); |
|
} |
|
|
|
.popover .arrow::after { |
|
border-width: calc($popover-arrow-width + 1px); |
|
} |
I kept receiving parsing errors when trying to import styles in a Node project. These lines might be the culprit:
shards-ui/dist/css/shards.css
Lines 3973 to 3979 in bab8f42