Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Jan 11, 2017
1 parent 2e520d2 commit 516f7c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -42,6 +42,16 @@ Allows partial-like importing with a prefix before the filename.
/* will import modules/_partial.css */
```

Prefixed versions are always favoured. Otherwise the non-prefix version is used:

```
├── _baz.css
├── baz.css
├── bar.css
```

The matched files would be `['_baz.css', 'bar.css']`.

### `extensions`

Type: `array` or `string`
Expand Down

0 comments on commit 516f7c9

Please sign in to comment.