From 81b6d60c962f75cdd4aa2a85d127240f9c443f46 Mon Sep 17 00:00:00 2001 From: lofcz Date: Sun, 6 Feb 2022 06:08:25 +0100 Subject: [PATCH] Revert "Up docs" This reverts commit a8d700a266c85a7502c773eb40a52814a47a4e9f. --- docs/api/editor.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api/editor.md b/docs/api/editor.md index 3ec49efdf..041cfbe68 100644 --- a/docs/api/editor.md +++ b/docs/api/editor.md @@ -120,8 +120,6 @@ Returns CSS built inside canvas * `opts.json` **[Boolean][18]** Return an array of CssRules instead of the CSS string (optional, default `false`) * `opts.avoidProtected` **[Boolean][18]** Don't include protected CSS (optional, default `false`) * `opts.onlyMatched` **[Boolean][18]** Return only rules matched by the passed component. (optional, default `false`) - * `opts.keepUnusedStyles` **[Boolean][18]** Force keep all defined rules. Toggle on in case output looks different inside/outside of the editor. (optional, default `false`) - Returns **([String][16] | [Array][19]\)** CSS string or array of CssRules