jonkemp / jonkemp/gulp-inline-css

Request: data embed for link tag

Open
#70 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.