fix(tooltip): ensure tooltip custom CSS is imported with webpack#5552
fix(tooltip): ensure tooltip custom CSS is imported with webpack#5552mattlewis92 wants to merge 1 commit intoangular-ui:masterfrom mattlewis92:mattlewis92-tooltip-webpack-fix
Conversation
|
Does this play nice with Browserify? |
|
If you have the right plugin installed it should, it's how the carousel, typeahead etc already function i.e they already require css files
|
|
Looks like we already do this in the other components, this just got missed. LGTM |
|
Awesome, thanks!
|
|
@wesleycho @mattlewis92 Looks like this is missing for the position.css in the position index.js too. Popover index.js has a require on tooltip.js, is tooltip.css needed there as well? |
|
If you require an index.js, all the requires inside are loaded as well. |
|
Position needs it still - not sure if we're missing it on any others. |
No description provided.