1
0
mirror of synced 2025-12-25 02:17:36 -05:00
Files
docs/stylesheets/utilities.scss
Mike Surowiec e0d9a061a3 React category / sub-landing page (#19635)
Re-work routes to use GlobalPage, implements TocLanding, bundle of minor cleanup / fixes
2021-06-02 16:28:39 +00:00

8 lines
86 B
SCSS

.transition-200 {
transition: 200ms
}
.rotate-180 {
transform: rotateX(180deg)
}