mirror of
https://github.com/WebStackPage/WebStackPage.github.io.git
synced 2026-02-07 12:23:39 +08:00
9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
// Global Classes that will be extended
|
|
|
|
.transall {
|
|
.transition(~"all 220ms ease-in-out");
|
|
}
|
|
|
|
.clearfix {
|
|
.clearfix();
|
|
} |