Skip to content

Commit 508b7bd

Browse files
improve comments in vocab.scss
1 parent ec92da0 commit 508b7bd

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/styles/vocab.scss

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
/* add legacy-vocabulary styling */
23
@import '../../static/vocabulary-legacy/legacy-vocabulary.css';
34

45
.select:not(.is-multiple):not(.is-loading)::after {
@@ -51,10 +52,10 @@
5152
}
5253
}
5354

54-
55+
/* add new Vocabulary styling */
5556
@import '../../static/vocabulary/css/vocabulary.css';
5657

57-
/* localizes path styles to get new Vocabulary to apply correctly */
58+
/* localized patch styles to get new Vocabulary to apply correctly */
5859
#app > header {
5960
display: flex;
6061
flex-wrap: wrap;
@@ -343,8 +344,3 @@
343344
display: block;
344345
}
345346
}
346-
347-
348-
349-
350-

0 commit comments

Comments
 (0)