diff --git a/packages/block-library/src/heading/style.native.scss b/packages/block-library/src/heading/style.native.scss deleted file mode 100644 index d5018ce8e30b8..0000000000000 --- a/packages/block-library/src/heading/style.native.scss +++ /dev/null @@ -1,5 +0,0 @@ -@import "variables.scss"; - -.blockText { - min-height: $min-height-heading; -} diff --git a/packages/block-library/src/paragraph/style.native.scss b/packages/block-library/src/paragraph/style.native.scss deleted file mode 100644 index 574c3f1d05934..0000000000000 --- a/packages/block-library/src/paragraph/style.native.scss +++ /dev/null @@ -1,5 +0,0 @@ -@import "variables.scss"; - -.blockText { - min-height: $min-height-paragraph; -} diff --git a/packages/editor/src/components/post-title/style.native.scss b/packages/editor/src/components/post-title/style.native.scss index fa5ea8e7da087..b5d36037d9659 100644 --- a/packages/editor/src/components/post-title/style.native.scss +++ b/packages/editor/src/components/post-title/style.native.scss @@ -1,10 +1,6 @@ @import "variables.scss"; -.blockText { - min-height: $min-height-title; -} - .titleContainer { padding-left: 16; padding-right: 16;