From e174654cc8ad420069bb06e5ee011630f244bdee Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Sun, 12 Dec 2021 07:25:08 -0600 Subject: [PATCH] chore: remove unnecessary style (#16) --- playground/default/src/components/HelloWorld.vue | 1 - playground/jsx-pinia-with-tests/src/components/HelloWorld.vue | 1 - playground/jsx-pinia/src/components/HelloWorld.vue | 1 - playground/jsx-with-tests/src/components/HelloWorld.vue | 1 - playground/jsx/src/components/HelloWorld.vue | 1 - playground/pinia-with-tests/src/components/HelloWorld.vue | 1 - playground/pinia/src/components/HelloWorld.vue | 1 - playground/with-tests/src/components/HelloWorld.vue | 1 - template/code/default/src/components/HelloWorld.vue | 1 - 9 files changed, 9 deletions(-) diff --git a/playground/default/src/components/HelloWorld.vue b/playground/default/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/default/src/components/HelloWorld.vue +++ b/playground/default/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/jsx-pinia-with-tests/src/components/HelloWorld.vue b/playground/jsx-pinia-with-tests/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/jsx-pinia-with-tests/src/components/HelloWorld.vue +++ b/playground/jsx-pinia-with-tests/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/jsx-pinia/src/components/HelloWorld.vue b/playground/jsx-pinia/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/jsx-pinia/src/components/HelloWorld.vue +++ b/playground/jsx-pinia/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/jsx-with-tests/src/components/HelloWorld.vue b/playground/jsx-with-tests/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/jsx-with-tests/src/components/HelloWorld.vue +++ b/playground/jsx-with-tests/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/jsx/src/components/HelloWorld.vue b/playground/jsx/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/jsx/src/components/HelloWorld.vue +++ b/playground/jsx/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/pinia-with-tests/src/components/HelloWorld.vue b/playground/pinia-with-tests/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/pinia-with-tests/src/components/HelloWorld.vue +++ b/playground/pinia-with-tests/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/pinia/src/components/HelloWorld.vue b/playground/pinia/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/pinia/src/components/HelloWorld.vue +++ b/playground/pinia/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/playground/with-tests/src/components/HelloWorld.vue b/playground/with-tests/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/playground/with-tests/src/components/HelloWorld.vue +++ b/playground/with-tests/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } diff --git a/template/code/default/src/components/HelloWorld.vue b/template/code/default/src/components/HelloWorld.vue index aa16fa1f..e9cf262c 100644 --- a/template/code/default/src/components/HelloWorld.vue +++ b/template/code/default/src/components/HelloWorld.vue @@ -37,7 +37,6 @@ h3 { @media (min-width: 1024px) { .greetings h1, .greetings h3 { - display: block; text-align: left; } } -- 2.39.5