You need to import you css file from the library (import 'mdui/mdui.css'; )in your 'my-component.css'. It should be something like this taking int consideration your path: @import(../../node_modules/mdui/mdui.css);
That is why it only works when you chnage the shadow-dom to false.