Skip to content

Commit

Permalink
docs: fix files option's default value (#222)
Browse files Browse the repository at this point in the history
#216 introduced a new default value for files option. This commit
reflects the change
  • Loading branch information
tagliala authored Nov 12, 2020
1 parent ac8e246 commit 171a3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ A string indicating the root of your files.
### `files`

- Type: `String|Array[String]`
- Default: `'**/*.s?(a|c)ss'`
- Default: `'**/*.(s(c|a)ss|css)'`

Specify the glob pattern for finding files. Must be relative to `options.context`.

Expand Down

0 comments on commit 171a3a2

Please sign in to comment.