1
0
mirror of synced 2026-01-17 12:01:24 -05:00
Files
docs/stylesheets/utilities.scss
2021-06-15 16:35:19 +00:00

16 lines
170 B
SCSS

.color-unset {
color: unset;
}
.line-break-anywhere {
line-break: anywhere;
}
.transition-200 {
transition: 200ms
}
.rotate-180 {
transform: rotateX(180deg)
}