-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SCSS changes to accomodate WordPress 5.5
- Loading branch information
madalingorbanescu
committed
Sep 11, 2020
1 parent
e53034d
commit 1cf6041
Showing
14 changed files
with
243 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
@import "setup"; | ||
|
||
.wp-block-buttons[class][class] { | ||
|
||
margin-top: 0; | ||
|
||
.block-editor-block-list__layout { | ||
|
||
> * { | ||
margin-left: 0; | ||
margin-right: 0; | ||
} | ||
} | ||
|
||
.wp-block-button { | ||
margin: var(--element-spacing) var(--element-spacing) 0 0; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@import "setup"; | ||
|
||
h1, h2, h3, h4, h5, h6 { | ||
margin: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// A mix-in for turning OpenType features on and off | ||
// Demos of CSS OpenType features in CSS | ||
// https://sparanoid.com/lab/opentype-features | ||
|
||
@mixin font-feature() { | ||
--current-font-feature: "liga", "dlig", "onum"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.wp-block-buttons[class][class] { | ||
margin-top: 0; } | ||
.wp-block-buttons[class][class] .block-editor-block-list__layout > * { | ||
margin-left: 0; | ||
margin-right: 0; } | ||
.wp-block-buttons[class][class] .wp-block-button { | ||
margin: var(--element-spacing) var(--element-spacing) 0 0; } |
Oops, something went wrong.