tachyons icon indicating copy to clipboard operation
tachyons copied to clipboard

Is it possible to use tachyons with web components / polymer?

Open muhajirdev opened this issue 7 years ago • 2 comments

I really enjoy using tachyons, It really boot my productivity. Recently I tried Google's Polymer, and it's using web components. I wonder if I could use tachyons with web component?

muhajirdev avatar Jul 11 '17 00:07 muhajirdev

How do you add classes to web component?

montogeek avatar Jul 11 '17 01:07 montogeek

In some ways, Polymer's use of ShadowDOM/scoped styles are trying to solve a similar set of problems as Tachyons. But it's totally possible — you'll want to use a shared style module. In my current project I'm using gulp-style-modules to convert the Tachyons css file to an html import.

s2tephen avatar Jul 14 '17 17:07 s2tephen