Skip to content

Commit e74fe53

Browse files
authored
Updated files for prettier
1 parent 0c37c57 commit e74fe53

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

dev/vscode-button-group.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>&lt;vscode-button-group&gt; Demo</title>
77
<link
88
rel="stylesheet"
99
href="../node_modules/@vscode/codicons/dist/codicon.css"
1010
id="vscode-codicon-stylesheet"
11-
/>
11+
>
1212
<script
1313
type="module"
1414
src="/node_modules/@vscode-elements/webview-playground/dist/index.js"
@@ -44,4 +44,4 @@ <h2>Basic example</h2>
4444
</vscode-demo>
4545
</main>
4646
</body>
47-
</html>
47+
</html>

src/vscode-button/vscode-button.styles.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ const styles: CSSResultGroup = [
120120
height: 100%;
121121
}
122122
123-
.icon, .icon-after {
123+
.icon,
124+
.icon-after {
124125
color: inherit;
125126
display: block;
126127
}
@@ -129,7 +130,8 @@ const styles: CSSResultGroup = [
129130
margin-right: 3px;
130131
}
131132
132-
:host(:not(:empty)) .icon-after, :host([icon]) .icon-after {
133+
:host(:not(:empty)) .icon-after,
134+
:host([icon]) .icon-after {
133135
margin-left: 3px;
134136
}
135137
@@ -152,4 +154,4 @@ const styles: CSSResultGroup = [
152154
`,
153155
];
154156

155-
export default styles;
157+
export default styles;

0 commit comments

Comments
 (0)