Skip to content

Commit 171a3a2

Browse files
authored
docs: fix files option's default value (#222)
#216 introduced a new default value for files option. This commit reflects the change
1 parent ac8e246 commit 171a3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ A string indicating the root of your files.
6464
### `files`
6565

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

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

0 commit comments

Comments
 (0)