We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b46662 commit 13596c6Copy full SHA for 13596c6
index.css
@@ -1,5 +1,5 @@
1
/**
2
- * This file is needs only to support Tailwind CSS autocompletion:
+ * This file is needed only to support Tailwind CSS autocompletion:
3
* For Tailwind CSS configuration use:
4
* * `./.storybook/index.css` – storybook tailwind config.
5
* * `./src/tailwind.css` – vueless tailwind preset.
src/ui.image-icon/storybook/stories.ts
@@ -18,7 +18,7 @@ interface UIconArgs extends Props {
18
}
19
20
/*
21
- * This needs for icon auto-caching, please keep it,
+ * This is needed for icon auto-caching, please keep it,
22
* an object key which contains the `icon` word is required.
23
*/
24
const icons = {
0 commit comments