mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
20 lines
183 B
CSS
20 lines
183 B
CSS
p::before {
|
|
content: ' content ';
|
|
}
|
|
|
|
.number {
|
|
opacity: 1e-3;
|
|
line-height: 0.2;
|
|
width: 20%;
|
|
margin-top: -5%;
|
|
}
|
|
|
|
foo {
|
|
color: yellow
|
|
}
|
|
|
|
bar {
|
|
color: yellow;
|
|
background: none
|
|
}
|