Skip to content

Commit 1eb2cd9

Browse files
committed
Update README.md
1 parent 05ed048 commit 1eb2cd9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,13 @@ gulp.task('css', function () {
6363

6464
## options
6565

66-
***you can change the plugin's behaviour by the options***
66+
**you can change the plugin's behaviour by the options**
6767

68-
```
68+
沙拉里每一个特性都是依赖于对应的插件的,因此他们都有自己的配置。 你可以通过 features 属性类为每一个插件传入它的配置,假设某个特性传入的值为false,则该特性会被关闭:
69+
70+
*example:*
71+
72+
```js
6973
var options = {
7074
browser: ['ie > 8', 'last 2 version'],
7175
features: {

0 commit comments

Comments
 (0)