From 7a90f5b3edbf8e081aa73bf40db2768bf43c2107 Mon Sep 17 00:00:00 2001 From: Gervwyk Date: Wed, 16 Feb 2022 09:50:42 +0200 Subject: [PATCH] fix(blocks-color-selectors): Fix typo in style import. --- .../src/blocks/ChromeColorSelector/style.less | 2 +- .../src/blocks/CircleColorSelector/style.less | 2 +- .../blocks-color-selectors/src/blocks/ColorSelector/style.less | 2 +- .../src/blocks/CompactColorSelector/style.less | 2 +- .../src/blocks/GithubColorSelector/style.less | 2 +- .../src/blocks/SliderColorSelector/style.less | 2 +- .../src/blocks/SwatchesColorSelector/style.less | 2 +- .../src/blocks/TwitterColorSelector/style.less | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/plugins/blocks/blocks-color-selectors/src/blocks/ChromeColorSelector/style.less b/packages/plugins/blocks/blocks-color-selectors/src/blocks/ChromeColorSelector/style.less index 97a01edb7..5ba48570c 100644 --- a/packages/plugins/blocks/blocks-color-selectors/src/blocks/ChromeColorSelector/style.less +++ b/packages/plugins/blocks/blocks-color-selectors/src/blocks/ChromeColorSelector/style.less @@ -14,4 +14,4 @@ limitations under the License. */ -@import '@lowdefy/blocks-antd/blocks/Label/style.less' +@import '@lowdefy/blocks-antd/blocks/Label/style.less'; diff --git a/packages/plugins/blocks/blocks-color-selectors/src/blocks/CircleColorSelector/style.less b/packages/plugins/blocks/blocks-color-selectors/src/blocks/CircleColorSelector/style.less index 97a01edb7..5ba48570c 100644 --- a/packages/plugins/blocks/blocks-color-selectors/src/blocks/CircleColorSelector/style.less +++ b/packages/plugins/blocks/blocks-color-selectors/src/blocks/CircleColorSelector/style.less @@ -14,4 +14,4 @@ limitations under the License. */ -@import '@lowdefy/blocks-antd/blocks/Label/style.less' +@import '@lowdefy/blocks-antd/blocks/Label/style.less'; diff --git a/packages/plugins/blocks/blocks-color-selectors/src/blocks/ColorSelector/style.less b/packages/plugins/blocks/blocks-color-selectors/src/blocks/ColorSelector/style.less index 97a01edb7..5ba48570c 100644 --- a/packages/plugins/blocks/blocks-color-selectors/src/blocks/ColorSelector/style.less +++ b/packages/plugins/blocks/blocks-color-selectors/src/blocks/ColorSelector/style.less @@ -14,4 +14,4 @@ limitations under the License. */ -@import '@lowdefy/blocks-antd/blocks/Label/style.less' +@import '@lowdefy/blocks-antd/blocks/Label/style.less'; diff --git a/packages/plugins/blocks/blocks-color-selectors/src/blocks/CompactColorSelector/style.less b/packages/plugins/blocks/blocks-color-selectors/src/blocks/CompactColorSelector/style.less index 97a01edb7..5ba48570c 100644 --- a/packages/plugins/blocks/blocks-color-selectors/src/blocks/CompactColorSelector/style.less +++ b/packages/plugins/blocks/blocks-color-selectors/src/blocks/CompactColorSelector/style.less @@ -14,4 +14,4 @@ limitations under the License. */ -@import '@lowdefy/blocks-antd/blocks/Label/style.less' +@import '@lowdefy/blocks-antd/blocks/Label/style.less'; diff --git a/packages/plugins/blocks/blocks-color-selectors/src/blocks/GithubColorSelector/style.less b/packages/plugins/blocks/blocks-color-selectors/src/blocks/GithubColorSelector/style.less index 97a01edb7..5ba48570c 100644 --- a/packages/plugins/blocks/blocks-color-selectors/src/blocks/GithubColorSelector/style.less +++ b/packages/plugins/blocks/blocks-color-selectors/src/blocks/GithubColorSelector/style.less @@ -14,4 +14,4 @@ limitations under the License. */ -@import '@lowdefy/blocks-antd/blocks/Label/style.less' +@import '@lowdefy/blocks-antd/blocks/Label/style.less'; diff --git a/packages/plugins/blocks/blocks-color-selectors/src/blocks/SliderColorSelector/style.less b/packages/plugins/blocks/blocks-color-selectors/src/blocks/SliderColorSelector/style.less index 97a01edb7..5ba48570c 100644 --- a/packages/plugins/blocks/blocks-color-selectors/src/blocks/SliderColorSelector/style.less +++ b/packages/plugins/blocks/blocks-color-selectors/src/blocks/SliderColorSelector/style.less @@ -14,4 +14,4 @@ limitations under the License. */ -@import '@lowdefy/blocks-antd/blocks/Label/style.less' +@import '@lowdefy/blocks-antd/blocks/Label/style.less'; diff --git a/packages/plugins/blocks/blocks-color-selectors/src/blocks/SwatchesColorSelector/style.less b/packages/plugins/blocks/blocks-color-selectors/src/blocks/SwatchesColorSelector/style.less index 97a01edb7..5ba48570c 100644 --- a/packages/plugins/blocks/blocks-color-selectors/src/blocks/SwatchesColorSelector/style.less +++ b/packages/plugins/blocks/blocks-color-selectors/src/blocks/SwatchesColorSelector/style.less @@ -14,4 +14,4 @@ limitations under the License. */ -@import '@lowdefy/blocks-antd/blocks/Label/style.less' +@import '@lowdefy/blocks-antd/blocks/Label/style.less'; diff --git a/packages/plugins/blocks/blocks-color-selectors/src/blocks/TwitterColorSelector/style.less b/packages/plugins/blocks/blocks-color-selectors/src/blocks/TwitterColorSelector/style.less index 97a01edb7..5ba48570c 100644 --- a/packages/plugins/blocks/blocks-color-selectors/src/blocks/TwitterColorSelector/style.less +++ b/packages/plugins/blocks/blocks-color-selectors/src/blocks/TwitterColorSelector/style.less @@ -14,4 +14,4 @@ limitations under the License. */ -@import '@lowdefy/blocks-antd/blocks/Label/style.less' +@import '@lowdefy/blocks-antd/blocks/Label/style.less';