From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- less.html.markdown | 4 ---- 1 file changed, 4 deletions(-) (limited to 'less.html.markdown') diff --git a/less.html.markdown b/less.html.markdown index 1b26eb99..0cd95aba 100644 --- a/less.html.markdown +++ b/less.html.markdown @@ -9,8 +9,6 @@ Less is a CSS pre-processor, that adds features such as variables, nesting, mixi Less (and other preprocessors, such as [Sass](http://sass-lang.com/)) help developers to write maintainable and DRY (Don't Repeat Yourself) code. ```css - - //Single line comments are removed when Less is compiled to CSS. /*Multi line comments are preserved. */ @@ -368,8 +366,6 @@ body { .gutter { width: 6.25%; } - - ``` ## Practice Less -- cgit v1.2.3