Skip to content

smrq/mini-css-extract-plugin-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Run npm start
  • Check dist/styles.chunk.css

Expected

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600,300);
.z {}

.font {}

h1::before { content: "Broken!"; color: red; }

h1::before { content: "OK!"; color: green; }

.c1 {}

.c2 {}

.c3 {}

.c4 {}

.c5 {}

.index {}

Actual

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600,300);
.c1 {}

.index {}

.z {}

.font {}

h1::before { content: "OK!"; color: green; }

.c5 {}

.c3 {}

h1::before { content: "Broken!"; color: red; }

.c4 {}

.c2 {}

About

Repro of mini-css-extract-plugin#202

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published