1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-28 17:11:02 +02:00

Clean up various errors

This commit is contained in:
Adam
2016-02-12 23:04:31 -08:00
parent 5aa692f5f3
commit f3b10beb01
13 changed files with 25 additions and 259 deletions

View File

@@ -8,7 +8,7 @@ contributors:
Less is a CSS pre-processor, that adds features such as variables, nesting, mixins and more.
Less (and other preprocessors, such as [Sass](http://sass-lang.com/) help developers to write maintainable and DRY (Don't Repeat Yourself) code.
```less
```css
//Single line comments are removed when Less is compiled to CSS.