From ba4fca13f4471f606f24978c7bf9803ab4196c40 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 29 Dec 2022 16:39:34 -0300 Subject: [PATCH] fix: evitar error de scss --- app/assets/stylesheets/new_editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/new_editor.scss b/app/assets/stylesheets/new_editor.scss index 9acf4941..10e0dd48 100644 --- a/app/assets/stylesheets/new_editor.scss +++ b/app/assets/stylesheets/new_editor.scss @@ -16,7 +16,7 @@ .ProseMirror, & > ol li { - @extend .mb-3; + margin-bottom: 1rem; } } }