aboutsummaryrefslogtreecommitdiff
path: root/node_modules/optimize-css-assets-webpack-plugin/test/cases/mergePropertiesForSelectorWithOtherStylesPresentIssue52/a.css
blob: 443957a65bc12dbb33cfb9d6db754388009bd9b2 (plain)
1
2
3
4
5
6
#root {
  background-color: #f00;
}
body {
  text-align: center;
}