File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -126,15 +126,15 @@ You can define this mixins in `mixins` option.
126126
127127This 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
130130in mixin, because [ postcss-simple-vars] doesn’t support variables
131131in properties yet.
132132
133133First argument will be ` @mixin ` node, that called this mixin.
134134You can insert your declarations or rule before or after this node.
135135Other 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
140140require (' postcss-mixins' )({
@@ -351,8 +351,8 @@ module.exports = {
351351Type: `string|string[]`
352352
353353Similar 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
358358require('postcss-mixins')({
You can’t perform that action at this time.
0 commit comments