-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8c859e
commit bcbbcee
Showing
30 changed files
with
142 additions
and
114 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
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 |
---|---|---|
|
@@ -27,3 +27,7 @@ | |
padding: 0; | ||
} | ||
} | ||
|
||
@mixin no-outline { | ||
outline: none; | ||
} |
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 |
---|---|---|
@@ -1,34 +1,14 @@ | ||
main > article > main { | ||
> * { | ||
@include ml-auto; | ||
@include mr-auto; | ||
@include mw6-m; | ||
@include mw7-l; | ||
@include ph2; | ||
@include mv4; | ||
} | ||
|
||
> .wrap { | ||
@include w-100; | ||
@include mw-none; | ||
@include mh0; | ||
@include ph0; | ||
} | ||
|
||
> .wrap > .alignfull { | ||
@include w-100; | ||
@include mw-100; | ||
@include ma0; | ||
@include ph0; | ||
} | ||
|
||
> .wrap > .alignwide { | ||
@include vw-90-m; | ||
@include vw-80-l; | ||
@include mv0; | ||
@include ml-auto; | ||
@include mr-auto; | ||
} | ||
.gutenberg { | ||
@import "blocks/wrapper"; | ||
@import "blocks/wp-block-columns"; | ||
@import "blocks/wp-block-separator"; | ||
@import "blocks/wp-block-gallery"; | ||
@import "blocks/wp-block-button"; | ||
@import "blocks/wp-block-quote"; | ||
@import "blocks/wp-block-cover"; | ||
@import "blocks/wp-block-images"; | ||
@import "blocks/media"; | ||
@import "blocks/lists"; | ||
@import "blocks/dropcap"; | ||
@import "blocks/preformatted"; | ||
} | ||
|
||
@import "wp-blocks/wp-blocks.scss"; |
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 @@ | ||
> .has-drop-cap::first-letter { | ||
@include f-subheadline; | ||
@include fl; | ||
@include mr3; | ||
|
||
line-height: 4.4rem; | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,31 @@ | ||
> * { | ||
@include ml-auto; | ||
@include mr-auto; | ||
@include mw6-m; | ||
@include mw7-l; | ||
@include ph2; | ||
@include mv4; | ||
} | ||
|
||
> .wrap { | ||
@include w-100; | ||
@include mw-none; | ||
@include mh0; | ||
@include ph0; | ||
} | ||
|
||
> .wrap > .alignfull { | ||
@include w-100; | ||
@include w-100; | ||
@include ma0; | ||
@include ph0; | ||
} | ||
|
||
> .wrap > .alignwide { | ||
@include w-100-m; | ||
@include ml2; | ||
@include mr2; | ||
@include mv0; | ||
@include ml-auto; | ||
@include mr-auto; | ||
} |
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,12 @@ | ||
a { | ||
@include black; | ||
@include fw7; | ||
} | ||
|
||
p > a { | ||
@include bw5; | ||
@include bb; | ||
@include bl-0; | ||
@include br-0; | ||
@include bt-0; | ||
} |
12 changes: 0 additions & 12 deletions
12
resources/assets/styles/components/wp-blocks/wp-blocks.scss
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.