Skatepark: Remove cover scss file
This commit is contained in:
parent
c8e4f5790e
commit
cac0aa8077
3 changed files with 0 additions and 8 deletions
|
@ -139,10 +139,6 @@ p {
|
|||
letter-spacing: 0.1em;
|
||||
}
|
||||
|
||||
.wp-block-cover {
|
||||
padding: clamp(2em, 15%, 8em);
|
||||
}
|
||||
|
||||
.wp-block-post-comments .reply a {
|
||||
--wp--custom--button--typography--font-size: var(--wp--preset--font-size--normal);
|
||||
border-style: var(--wp--custom--button--border--style);
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
.wp-block-cover {
|
||||
padding: clamp(2em, 15%, 8em);
|
||||
}
|
|
@ -5,7 +5,6 @@
|
|||
@import "blocks/author";
|
||||
@import "../../blockbase/sass/blocks/_buttons-outline-style";
|
||||
@import "blocks/buttons";
|
||||
@import "blocks/cover";
|
||||
@import "blocks/post-comments";
|
||||
@import "blocks/post-title";
|
||||
@import "blocks/query";
|
||||
|
|
Loading…
Reference in a new issue