Skip to content

Instantly share code, notes, and snippets.

@robrez
Created April 25, 2018 16:49
Show Gist options
  • Save robrez/1a80bc7120cf277d86e1af1b38eb4ad5 to your computer and use it in GitHub Desktop.
Save robrez/1a80bc7120cf277d86e1af1b38eb4ad5 to your computer and use it in GitHub Desktop.
External CSS in dom-module
robrez [Apr 19th at 7:31 AM]
in #general
is there an "okay" way to use an external css file as the content of a (style) dom-module?
3 replies
westbrook [6 days ago]
You'd have to do it in the build step, as opposed to the delivered files. There was a comment earlier this week about it, I think they referenced this as a good example of doing so with gulp (the sass part not being a requirement).
westbrook [6 days ago]
https://github.com/superjose/polymer-sass
robrez [< 1 minute ago]
Thanks!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment