Open turbobuilt opened 8 years ago
@dtruel I have same problem. After gulp compile, styles are not applied. Did you find a solution?
No automated one, but if you manually write in the class names it works fine.
@dtruel @colinshen The classes should be added to the element during the compile phase, as you can see here.
Can you try putting a break point inside the compile
function to see what is going on?
Hello,
I copied the demo almost exactly, but the css classes aren't working. I'm having to write
<th class="md-column">
instead of<th md-column>
to get proper styling. Is this how it is supposed to be?