From 421269eacb28f3e00c51179c4eef32369956638d Mon Sep 17 00:00:00 2001 From: Sergio Estevao Date: Fri, 8 Mar 2019 10:49:14 +0000 Subject: [PATCH] Remove unused styles classes. --- packages/block-library/src/heading/style.native.scss | 5 ----- packages/block-library/src/paragraph/style.native.scss | 5 ----- packages/editor/src/components/post-title/style.native.scss | 4 ---- 3 files changed, 14 deletions(-) delete mode 100644 packages/block-library/src/heading/style.native.scss delete mode 100644 packages/block-library/src/paragraph/style.native.scss 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 d5018ce8e30b86..00000000000000 --- 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 574c3f1d059349..00000000000000 --- 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 fa5ea8e7da0878..b5d36037d96599 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;