You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Examples:
69
69
70
70
### Node.js
71
71
72
-
Returns a [PostCSS promise](https://github.com/postcss/postcss/blob/master/docs/api.md#lazyresult-class)
72
+
Returns a [PostCSS promise](http://api.postcss.org/LazyResult.html)
73
73
74
74
```js
75
75
var preprocessor =require('suitcss-preprocessor');
@@ -131,7 +131,7 @@ If set to `true` then the output is minified by [`cssnano`](http://cssnano.co/).
131
131
* Type: `Object`
132
132
* Default: `undefined`
133
133
134
-
Options that are passed directly to `postcss`, as per [the documentation](https://github.com/postcss/postcss/blob/master/docs/api.md#processorprocesscss-opts).
134
+
Options that are passed directly to `postcss`, as per [the documentation](http://api.postcss.org/global.html#processOptions).
135
135
136
136
```js
137
137
{
@@ -195,7 +195,7 @@ Options are merged recursively with the defaults. For example, adding new plugin
195
195
196
196
By default the preprocessor uses all necessary plugins to build SUIT components. However additional plugins can be installed into a project and then added to the `use` array.
197
197
198
-
**Note**: This will not work with the preprocessor installed globally. Instead rely on the convenience of `npm run <script>`
198
+
**Note**: This will not work with the preprocessor installed globally. Instead rely on the convenience of `npm run script`
0 commit comments