-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Description
I kept receiving parsing errors when trying to import styles in a Node project. These lines might be the culprit:
Lines 3973 to 3979 in bab8f42
| .popover .arrow::before { | |
| border-width: calc($popover-arrow-width + 1px); | |
| } | |
| .popover .arrow::after { | |
| border-width: calc($popover-arrow-width + 1px); | |
| } |