fix(schema): make postcss plugins a record type (#3403)

This commit is contained in:
Daniel Roe 2022-02-28 11:28:16 +00:00 committed by GitHub
parent 0958a61322
commit 720e31d498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ export default {
* Options for configuring PostCSS plugins.
*
* https://postcss.org/
* @type {Record<string, any>}
*/
plugins: {
/**