16 lines
170 B
SCSS
16 lines
170 B
SCSS
.color-unset {
|
|
color: unset;
|
|
}
|
|
|
|
.line-break-anywhere {
|
|
line-break: anywhere;
|
|
}
|
|
|
|
.transition-200 {
|
|
transition: 200ms
|
|
}
|
|
|
|
.rotate-180 {
|
|
transform: rotateX(180deg)
|
|
}
|