Skip to content

Commit e2ff44b

Browse files
authored
Update README.md
1 parent dd86946 commit e2ff44b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
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 `<link rel="stylesheet"/>` into `<style>...<style/>`
6+
Convert external style sheet(`<link rel="stylesheet"/>`) to internal style sheet(`<style>...<style/>`).
7+
8+
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)
79

810
## Install
911
#### NPM

0 commit comments

Comments
 (0)