From 1677bd5a0db3a1a5ba28822028acfe50bb112ae7 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 9 Feb 2016 19:12:00 +0000 Subject: [PATCH] insert_editor_css no longer provides a mechanism for custom SCSS --- docs/reference/hooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/hooks.rst b/docs/reference/hooks.rst index 8b88f10d8e..2ab0b330a9 100644 --- a/docs/reference/hooks.rst +++ b/docs/reference/hooks.rst @@ -232,7 +232,7 @@ Hooks for customising the editing interface for pages and snippets. ``insert_editor_css`` ~~~~~~~~~~~~~~~~~~~~~ - Add additional CSS or SCSS files or snippets to the page editor. + Add additional CSS files or snippets to the page editor. .. code-block:: python