-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(examples): add more indications and fix names
- Loading branch information
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
/** @type {import('stein-plugin-tailwindcss').SteinTailwindConfig} */ | ||
/// NOTE: this file is optional, it was created mostly to support | ||
/// IDE autocompletion. You can still configure TailwindCSS | ||
/// in "stein.config.ts". Configuration you write here will | ||
/// be merged with the default configuration and the | ||
/// configuration written in "stein.config.ts". | ||
|
||
/** @type {import('stein-plugin-tailwindcss').TailwindConfig} */ | ||
export default { | ||
|
||
// Filled automatically by the plugin. | ||
content: [], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "unocss", | ||
"name": "@examples/unocss", | ||
"private": true, | ||
"version": "1.0.0", | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters