vue-fontawesome icon indicating copy to clipboard operation
vue-fontawesome copied to clipboard

Provide a way of using the external CSS

Open trajano opened this issue 6 years ago • 1 comments

Rather than embedding everything in the bundle.js perhaps extract it so it uses the CDN without changing the templates.

Something like fontawesome.useCdn(true) or fontawesome.useCdn(url)

trajano avatar Jun 12 '18 15:06 trajano

I've been looking through the issues by external css, in order to find something related, but this is the only result.

I will use this, instead of opening a new issue, but what I want to request is the option to import the style externally and bundle it up, rather than having it injected into the DOM.

As I have the problem with CSP's, where I'd need to manually get the SHA-256 hash from this injected style and add it to CSP.

dvlden avatar Mar 27 '20 15:03 dvlden