Skip to content

Commit 1557fcf

Browse files
committed
Update README.md
1 parent eed499e commit 1557fcf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Runjuu/html-inline-css-webpack-plugin/pulls)
44
[![npm version](https://badge.fury.io/js/html-inline-css-webpack-plugin.svg)](https://badge.fury.io/js/html-inline-css-webpack-plugin)
55

6-
Convert external style sheet(`<link rel="stylesheet"/>`) to internal style sheet(`<style>...<style/>`).
6+
Convert external stylesheet to embedded stylesheet, aka document stylesheet.
7+
```
8+
<link rel="stylesheet" /> => <style>...<style/>
9+
```
710

811
Require [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) and [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin)
912

0 commit comments

Comments
 (0)