Open electrostaticfleece opened 5 years ago
I'm trying to figure out how to import styles for the carbon-addons-cloud Tag component into a component i'm developing. it seems no matter how i try to do it i hit an "@import loop". i've tried the following with the same results:
@import 'node_modules/carbon-addons-cloud/scss/components/tag/tag'; @import 'carbon-addons-cloud/scss/components/tag/tag'; @import '../../carbon-addons-cloud/scss/components/tag/tag';
I'm trying to figure out how to import styles for the carbon-addons-cloud Tag component into a component i'm developing. it seems no matter how i try to do it i hit an "@import loop". i've tried the following with the same results: