Skip to content

Commit

Permalink
Clean up options docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 7, 2023
1 parent b3f5189 commit db759ce
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {

## Options

### `selector` (`{String}`, default: `html::before`)
### `selector`

You can override selector that will be used to display messages:

Expand All @@ -48,7 +48,10 @@ You can override selector that will be used to display messages:
})
```

### `styles` (`{Object}`, default: opinionated styles)
Type: `String`. Default: `html::before`.


### `styles`

You can override default styles applied to the selector:

Expand All @@ -60,3 +63,5 @@ You can override default styles applied to the selector:
}
})
```

Type: `Object`. Default: opinionated styles.

0 comments on commit db759ce

Please sign in to comment.