Skip to content

Commit b31b0eb

Browse files
authored
Remove dollar signs from CLI snippets (#197)
1 parent edae615 commit b31b0eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ There are currently a few integrations to choose from.
120120
1. Install the dependencies.
121121

122122
```bash
123-
$ npm install @vanilla-extract/css @vanilla-extract/babel-plugin @vanilla-extract/webpack-plugin
123+
npm install @vanilla-extract/css @vanilla-extract/babel-plugin @vanilla-extract/webpack-plugin
124124
```
125125

126126
2. Add the [Babel](https://babeljs.io) plugin.
@@ -181,7 +181,7 @@ module.exports = {
181181
1. Install the dependencies.
182182

183183
```bash
184-
$ npm install @vanilla-extract/css @vanilla-extract/esbuild-plugin
184+
npm install @vanilla-extract/css @vanilla-extract/esbuild-plugin
185185
```
186186

187187
2. Add the [esbuild](https://esbuild.github.io/) plugin to your build script.
@@ -244,7 +244,7 @@ require('esbuild')
244244
1. Install the dependencies.
245245

246246
```bash
247-
$ npm install @vanilla-extract/css @vanilla-extract/vite-plugin
247+
npm install @vanilla-extract/css @vanilla-extract/vite-plugin
248248
```
249249

250250
2. Add the [Vite](https://vitejs.dev/) plugin to your Vite config.
@@ -265,7 +265,7 @@ export default {
265265
1. Install the dependencies.
266266

267267
```bash
268-
$ npm install @vanilla-extract/css @vanilla-extract/snowpack-plugin
268+
npm install @vanilla-extract/css @vanilla-extract/snowpack-plugin
269269
```
270270

271271
2. Add the [Snowpack](https://www.snowpack.dev/) plugin to your snowpack config.
@@ -736,7 +736,7 @@ export const green = composeStyles(base, style({
736736
We also provide a lightweight standalone package to support dynamic runtime theming.
737737

738738
```bash
739-
$ npm install @vanilla-extract/dynamic
739+
npm install @vanilla-extract/dynamic
740740
```
741741

742742
### createInlineTheme
@@ -797,7 +797,7 @@ We also provide a standalone package of optional utility functions to make it ea
797797
> 💡 This package can be used with any CSS-in-JS library.
798798
799799
```bash
800-
$ npm install @vanilla-extract/css-utils
800+
npm install @vanilla-extract/css-utils
801801
```
802802

803803
### calc

0 commit comments

Comments
 (0)