Skip to content

Fix readme #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,14 @@ whether the first character in the argument is a quotation mark.

```js
{ type: 'function', sourceIndex: 0, value: 'url', before: ' ', after: ' ', nodes: [
type: 'string', sourceIndex: 5, quote: '"', value: '/gfx/img/bg.jpg' },
{ type: 'string', sourceIndex: 5, quote: '"', value: '/gfx/img/bg.jpg' },
] }
```

### unicode-range

The unicode-range CSS descriptor sets the specific range of characters to be
used from a font defined by @font-face and made available
The unicode-range CSS descriptor sets the specific range of characters to be
used from a font defined by @font-face and made available
for use on the current page (`unicode-range: U+0025-00FF`).

Node-specific properties:
Expand All @@ -195,7 +195,7 @@ Node-specific properties:

## API

```
```js
var valueParser = require('postcss-value-parser');
```

Expand Down Expand Up @@ -258,6 +258,6 @@ Stringifies the node tree.

Walks each node inside `parsed.nodes`. See the documentation for `valueParser.walk()` above.

# License
## License

MIT © [Bogdan Chadkin](mailto:trysound@yandex.ru)