File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ The function can of course be used on all CSS specifications that can work with
26
26
27
27
## Installation
28
28
To use the plugin, it can either be installed via npm or the ` index.js ` must be inserted into the development environment.
29
- If the script is inserted manually, the ` index.js ` script must be renamed to ` postcss-responsive-value .js ` .
29
+ If the script is inserted manually, the ` index.js ` script must be renamed to ` postcss-responsive-css-values .js ` .
30
30
31
31
### PostCSS registration
32
32
In order for the plugin to be used in the PostCSS build process, it must be registered in the PostCSS config file.
33
33
``` js
34
34
export default {
35
35
plugins: {
36
- " postcss-responsive-value " : {},
36
+ " postcss-responsive-css-values " : {},
37
37
}
38
38
}
39
39
```
@@ -59,7 +59,7 @@ You can also define the default breakpoint yourself. This must be specified in t
59
59
``` js
60
60
export default {
61
61
plugins: {
62
- ' postcss-responsive-value ' : { breakpoint: ' 1920' },
62
+ ' postcss-responsive-css-values ' : { breakpoint: ' 1920' },
63
63
}
64
64
}
65
65
```
You can’t perform that action at this time.
0 commit comments