mirror of https://github.com/webpack/webpack.git
16 lines
83 B
CSS
16 lines
83 B
CSS
|
|
.a {
|
||
|
|
color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.b {
|
||
|
|
color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.c {
|
||
|
|
color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.d {
|
||
|
|
color: red;
|
||
|
|
}
|