aboutsummaryrefslogtreecommitdiff
path: root/node_modules/optimize-css-assets-webpack-plugin/test/cases/removes-duplicate-css/b.css
blob: a286d3e3242fc1b1ed171c1a372564197713b1af (plain)
1
2
3
4
5
6
body {
  color: red;
}
p {
  color: green;
}