WIP - add extractor, generate snippet_data
This commit is contained in:
22
node_modules/postcss-discard-overridden/src/__tests__/fixtures/counter-style.post.css
generated
vendored
Normal file
22
node_modules/postcss-discard-overridden/src/__tests__/fixtures/counter-style.post.css
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
@counter-style my-alpha {
|
||||
system: fixed;
|
||||
symbols: Ⓐ Ⓑ Ⓒ;
|
||||
suffix: " ";
|
||||
}
|
||||
|
||||
@media (max-width: 400px) {
|
||||
|
||||
@supports (display: flex) {
|
||||
@counter-style my-alpha {
|
||||
system: fixed;
|
||||
symbols: a b c;
|
||||
suffix: " ";
|
||||
}
|
||||
}
|
||||
|
||||
@counter-style my-alpha {
|
||||
system: fixed;
|
||||
symbols: Ⓐ Ⓑ Ⓒ;
|
||||
suffix: " ";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user