Skip to content

Commit b0d0bdb

Browse files
Jinjiangchrisvfritz
authored andcommitted
Fixed some handy code format (#1222)
1 parent dee0bfd commit b0d0bdb

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

src/support-vuejs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ However, the amount of effort needed to maintain and develop new features for th
5959
</a><a href="https://onsen.io/vue/" target="_blank" style="width: 125px;">
6060
<img src="/images/onsen-ui.png" style="width: 125px;">
6161
</a><a href="http://tooltwist.com/" target="_blank" style="width: 125px;">
62-
<img src="/images/tooltwist.png" style="width: 125px">
62+
<img src="/images/tooltwist.png" style="width: 125px;">
6363
</a>
6464
</p>
6565

themes/vue/layout/partials/sponsors.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<img src="<%- url_for("/images/onsen-ui.png") %>" style="width: 105px;">
5252
</a>
5353
<a href="http://tooltwist.com/" target="_blank" style="width: 100px;">
54-
<img src="<%- url_for("/images/tooltwist.png") %>" style="width: 100px">
54+
<img src="<%- url_for("/images/tooltwist.png") %>" style="width: 100px;">
5555
</a>
5656
<br>
5757

themes/vue/source/css/_style-guide.styl

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -16,62 +16,62 @@ $style-guide-priority-d-color = white
1616
.style-example, details, .style-enforcement
1717
border-radius $radius
1818
margin: 1.6em 0
19-
padding 1.6em
19+
padding: 1.6em
2020
h4
2121
margin-top: 0
2222
figure, p
2323
&:last-child
24-
margin-bottom 0
25-
padding-bottom 0
24+
margin-bottom: 0
25+
padding-bottom: 0
2626
.style-example
2727
&.example-bad
28-
background $style-guide-bad-bg
28+
background: $style-guide-bad-bg
2929
h4
30-
color $style-guide-bad-text
30+
color: $style-guide-bad-text
3131
&.example-good
32-
background $style-guide-good-bg
32+
background: $style-guide-good-bg
3333
h4
34-
color $style-guide-good-text
34+
color: $style-guide-good-text
3535
details, .style-enforcement
36-
background-color #eee
36+
background-color: #eee
3737
details
38-
display block // Add the correct display in IE and Edge.
39-
position relative
38+
display: block // Add the correct display in IE and Edge.
39+
position: relative
4040
&:not([open]) summary
4141
&::after
42-
content "..."
42+
content: "..."
4343
&:hover
44-
background rgba(255, 255, 255, .3)
44+
background: rgba(255, 255, 255, .3)
4545
summary
46-
cursor pointer
47-
padding 1.6em
48-
margin -1.6em
49-
outline none
46+
cursor: pointer
47+
padding: 1.6em
48+
margin: -1.6em
49+
outline: none
5050
> h4
51-
display inline-block
52-
margin 0
51+
display: inline-block
52+
margin: 0
5353
.style-enforcement
5454
table
55-
width 100%
56-
background-color $codebg
57-
border-radius $radius
55+
width: 100%
56+
background-color: $codebg
57+
border-radius: $radius
5858
th, td
59-
padding .4em
60-
text-align center
59+
padding: .4em
60+
text-align: center
6161
th
62-
padding-bottom .2em
62+
padding-bottom: .2em
6363
td
64-
padding-top .2em
64+
padding-top: .2em
6565
.style-rule-tag
66-
background-color $codebg
67-
border-radius $radius
68-
font-size .9em
69-
color $style-guide-good-text
70-
font-weight 600
71-
text-transform uppercase
66+
background-color: $codebg
67+
border-radius: $radius
68+
font-size: .9em
69+
color: $style-guide-good-text
70+
font-weight: 600
71+
text-transform: uppercase
7272
padding: .1em .4em
7373
a > .style-rule-tag
74-
color $green
74+
color: $green
7575
sup
7676
text-transform: uppercase
7777
font-size: .7em

0 commit comments

Comments
 (0)