File size: 108 Bytes
1e92f2d | 1 2 3 4 5 | /* ::placeholder should be autoprefixed, and everything minified */
.test::placeholder {
color: 'blue';
}
|
1e92f2d | 1 2 3 4 5 | /* ::placeholder should be autoprefixed, and everything minified */
.test::placeholder {
color: 'blue';
}
|