umbopepato / rollup-plugin-postcss-lit

Rollup plugin to load PostCSSed stylesheets in LitElement components
MIT License
34 stars 6 forks source link

Escape backlashes #33

Closed guillemcordoba closed 3 years ago

guillemcordoba commented 3 years ago

This allows this plugin to import css styles with things like content: '\e900'; (e.g. fontawesome icons).

As per https://github.com/Polymer/lit-element/issues/637.

umbopepato commented 3 years ago

Thank you for the PR @guillemcordoba! I just had to make a little correction because backslashes used to escape backticks were escaped as well. Your changes are now published in v1.0.1 🎉

guillemcordoba commented 3 years ago

Awesome! Thanks for the plugin