Skip to content

Commit e174654

Browse files
authored
chore: remove unnecessary style (vuejs#16)
1 parent 2d0bbc8 commit e174654

File tree

9 files changed

+0
-9
lines changed

9 files changed

+0
-9
lines changed

playground/default/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/jsx-pinia-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/jsx-pinia/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/jsx-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/jsx/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/pinia-with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/pinia/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

playground/with-tests/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

template/code/default/src/components/HelloWorld.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ h3 {
3737
@media (min-width: 1024px) {
3838
.greetings h1,
3939
.greetings h3 {
40-
display: block;
4140
text-align: left;
4241
}
4342
}

0 commit comments

Comments
 (0)