Skip to content

Commit

Permalink
()correct scss-autofix commands in node-sass.mdx (#42)
Browse files Browse the repository at this point in the history
<!-- Ticket number or summary of work -->
# [DEVDOCS-]
These commands are not recognized using the latest version of the
stencil-cli. The command that works is `stencil scss-autofix`.

## What changed?
<!-- Provide a bulleted list in the present tense -->
* Updated the autofix-scss commands since the listed commands do not
work in the latest version of the stencil cli

## Release notes draft
* Fixed typos in the stencil cli autofix-scss commands

## Anything else?
<!-- Add related PRs, salient notes, additional ticket numbers, etc. -->

ping {names}
  • Loading branch information
joshhedstrom authored Jan 14, 2024
1 parent f8143fe commit 5a7ed86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/stencil-docs/installing-stencil-cli/node-sass.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ stencil bundle
a. Use the "dry run" option to see potential changes without making or saving those changes.

```shell copy
stencil -scss-autofix.js --dry
stencil scss-autofix --dry
```

b. To make the changes and revalidate, run the following:

```shell copy
stencil -scss-autofix.js
stencil scss-autofix
```

```shell copy
Expand Down

0 comments on commit 5a7ed86

Please sign in to comment.