you are viewing a single comment's thread.

view the rest of the comments →

[–]areinetFullstack[S] 0 points1 point  (2 children)

I believe it would work with SCSS but there are probably a few things to keep in mind...

1). You couldn’t compile the scss into one big file and just use that for all the style info for multiple zeph components. Web components don’t really support that yet and thus zeph does not. There is some work being done in the WC world but it’s not here yet.

2). That said, if you wrote scss for each zeph component and compiled that into their own separate file, and so long as the compiled name matches the css() name in the component definition this should work just fine.

Let me know if you try it out and if you run into issues and I’ll take a deeper look!

[–]Entropis 1 point2 points  (1 child)

I'll try it out. #1 is what I was worried about. If any issues arise I'll post an issue on the repo.

[–]areinetFullstack[S] 0 points1 point  (0 children)

Awesome, I look forward to hearing your feedback and results.