We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5e5b7 commit 94fbd4dCopy full SHA for 94fbd4d
README.md
@@ -18,9 +18,9 @@ The underlying issue seems to be the non-deterministic ordering of `<link rel="s
18
* Note the text is green as expected
19
20
The styles in play here are:
21
- * An `.global { color:red; }` style in `App.vue`
22
- * An `.home { color: blue }` style in `Home.vue`
23
- * An `.about { color: green }` style in `About.vue`
+ * A `.global { color:red; }` style in `App.vue`
+ * A `.home { color: blue }` style in `Home.vue`
+ * A `.about { color: green }` style in `About.vue`
24
25
In production mode, the extracted stylesheets are loaded in the following order:
26
* `app.css`
0 commit comments