mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +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
|
||
|
}
|