jonkemp / jonkemp/gulp-inline-css
Request: data embed for link tag
Open
- Dominant language
- JavaScript
- Stars
- 271
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
It would be great if you could apply the `data embed` attribute to the `` tag in order to inject the external css file into a `` tag.
For example
```
<link href="myMediaQueries.css" data embed>
```
Would result in
```
<style>
/* contents of myMediaQueries.css */
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.