prettier/tests/css_selector_list/selectors.css

84 lines
1.3 KiB
CSS
Raw Normal View History

.a,.b,.c {}
.r { &, &:hover {} }
@media (min-width: 0px) {
.a,.b,:not(asdasldaskdhjkashdahsdkjahskdjhakj,asdasldaskdhjkashdahsdkjahskdjhakj) {color: red}
}
.asdasldaskdhjkashdahsdkjahskdjhakjsdkjahsdhkas .asdasldaskdhjkashdahsdkjahskdjhakjsdkjahsdhkas,
.asdasldaskdhjkashdahsdkjahskdjhakjsdkjahsdhkas .asdasldaskdhjkashdahsdkjahskdjhakjsdkjahsdhkas {}
2018-01-23 18:35:00 +03:00
.parent,.another-parent{}
.parent ,.another-parent{}
.parent, .another-parent{}
.parent , .another-parent {}
.parent , .another-parent {}
.parent
,
.another-parent
{}
.parent.child {}
.parent .child {}
.parent .child {}
.parent {
.child-one {}
.child-two {}
}
.parent{
.child-one {}
.child-two {}
}
.parent {
.child-one {}
.child-two {}
}
.parent>.child {}
.parent > .child {}
.parent > .child {}
.parent>{
.child-one {}
.child-two {}
}
.parent > {
.child-one {}
.child-two {}
}
.parent > {
.child-one {}
.child-two {}
}
.parent+.child {}
.parent + .child {}
.parent + .child {}
.parent+{
.child-one {}
.child-two {}
}
.parent + {
.child-one {}
.child-two {}
}
.parent + {
.child-one {}
.child-two {}
}
.parent~.child {}
.parent ~ .child {}
.parent ~ .child {}
.parent~{
.child-one {}
.child-two {}
}
.parent ~ {
.child-one {}
.child-two {}
}
.parent ~ {
.child-one {}
.child-two {}
}