mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
refactor: reduce custom CSS
This commit is contained in:
@@ -596,26 +596,6 @@ main {
|
||||
|
||||
/* --- Effects classes --- */
|
||||
|
||||
.loaded {
|
||||
display: block !important;
|
||||
|
||||
@at-root .d-flex#{&} {
|
||||
display: flex !important;
|
||||
}
|
||||
}
|
||||
|
||||
.unloaded {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.visible {
|
||||
visibility: visible !important;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.flex-grow-1 {
|
||||
flex-grow: 1 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user