-
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(getting-started.md): update installation instructions and cod…
…e examples 🔧 chore(index.md): update "Get Started" button text 🔧 chore(package.json): add postcss dependency 🔧 chore(postcss.config.mjs): add postcss configuration file The installation instructions and code examples in the `getting-started.md` file have been updated to reflect the latest changes. The "Get Started" button text in the `index.md` file has been changed to "Let's Go!". The `package.json` file has been updated to include the `postcss` dependency. A new `postcss.config.mjs` file has been added to the project with the necessary configuration for postcss. These changes were made to improve the installation process and provide better code examples and configuration for the project.
- Loading branch information
1 parent
a90ebda
commit 85bbea3
Showing
4 changed files
with
66 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
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
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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import { postcssIsolateStyles } from 'vitepress' | ||
|
||
export default { | ||
plugins: [postcssIsolateStyles()] | ||
} |