Skip to content

Commit c370136

Browse files
committed
Fix docs
1 parent 960680d commit c370136

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ You can define this mixins in `mixins` option.
126126

127127
This type is ideal for CSS hacks or business logic.
128128

129-
Also you should use function mixin if you need to change property names
129+
Also, you should use function mixin if you need to change property names
130130
in mixin, because [postcss-simple-vars] doesn’t support variables
131131
in properties yet.
132132

133133
First argument will be `@mixin` node, that called this mixin.
134134
You can insert your declarations or rule before or after this node.
135135
Other arguments will be taken from at-rule parameters.
136136

137-
See [PostCSS API] about nodes API.
137+
See [PostCSS API](https://postcss.org/api/) about nodes API.
138138

139139
```js
140140
require('postcss-mixins')({
@@ -351,8 +351,8 @@ module.exports = {
351351
Type: `string|string[]`
352352

353353
Similar to [`mixinsDir`](#mixinsdir); except, you can provide
354-
[tinyglobby](https://github.com/SuperchupuDev/tinyglobby) syntax to target or not target
355-
specific files.
354+
[tinyglobby](https://github.com/SuperchupuDev/tinyglobby) syntax
355+
to target or not target specific files.
356356

357357
```js
358358
require('postcss-mixins')({

0 commit comments

Comments
 (0)