Stefan Bauer

Results 122 comments of Stefan Bauer

@petkir haven't looked into it but if you like to look into you are more than welcome. The only web components-ish implementation are currently VueJS or Angular Elements.

Thank for sharing the code too this helped a lot on identifying your issue. SPFx uses something named [CSS Modules](https://github.com/css-modules/css-modules). This makes sure that the CSS classes defined in your...

In general, for a single file component, it doesn't make sense to have external dependencies. The should be treated like isolated components without externals. Personally, I would use [CSS variables](https://caniuse.com/#feat=css-variables)...

@spevilgenius: Have you tried in the SCSS of the Vue main component: ```scss :global{ @import './assets/bootstrap/dashboard.scss'; } ``` In addition, you should name the SCSS file with an underscore in...

@astanley86 Your issue is something else based in JS. ```javascript $style.is-active // Invalid- not possible in JavaScript because you cannot have a dash in a variable name. $style['is-acitve'] // is...

Thank you Daniel, we are looking into it. The current generator support to have different sets of add-ons base on the project they support. Most likely will only be available...

@westerdaled is it enough to just install the npm package?

Just as a prompt and inject and install the dependencies.

@westerdaled it is included in 1.15.1

@westerdaled it is out now. 🤦‍♂️ Auto-correction from now to not 👍