I am trying to use a mdc-component (say mdc-textfield) within a lit element. Looks like I have to import both css and js files into the element.
I'm quite unsure of how to import css into the lit-element.
BTW I use polymer serve
without any preprocessors or compiler.