Skip to content

Commit

Permalink
Remove dev dependency flag from CSS preprocessor installation (#2872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Jutan authored Mar 20, 2023
1 parent 4df8ae1 commit 1864a2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/en/guides/styling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -424,23 +424,23 @@ Astro supports CSS preprocessors such as [Sass][sass], [Stylus][stylus], and [Le
### Sass and SCSS

```shell
npm install -D sass
npm install sass
```

Use `<style lang="scss">` or `<style lang="sass">` in `.astro` files

### Stylus

```shell
npm install -D stylus
npm install stylus
```

Use `<style lang="styl">` or `<style lang="stylus">` in `.astro` files

### Less

```shell
npm install -D less
npm install less
```

Use `<style lang="less">` in `.astro` files.
Expand Down

0 comments on commit 1864a2d

Please sign in to comment.