summaryrefslogtreecommitdiffhomepage
path: root/less.html.markdown
diff options
context:
space:
mode:
authortiaan <tiaanduplessis@hotmail.com>2016-08-04 23:05:29 +0200
committertiaan <tiaanduplessis@hotmail.com>2016-08-04 23:05:29 +0200
commitf6c353eb37b553ae18e659eb5b6eb883e43e4b00 (patch)
tree5487509722f1d9f7c731ed64610744f33b835ec1 /less.html.markdown
parentdce4fefd20c025d1dd7b05781e587a6c7997da91 (diff)
Remove name from contributors list.
Diffstat (limited to 'less.html.markdown')
-rw-r--r--less.html.markdown3
1 files changed, 1 insertions, 2 deletions
diff --git a/less.html.markdown b/less.html.markdown
index f4887947..d88b6ee9 100644
--- a/less.html.markdown
+++ b/less.html.markdown
@@ -3,7 +3,6 @@ language: less
filename: learnless.less
contributors:
- ["Saravanan Ganesh", "http://srrvnn.me"]
- - ["Tiaan du Plessis", "https://github.com/tidupls"]
---
Less is a CSS pre-processor, that adds features such as variables, nesting, mixins and more.
@@ -26,7 +25,7 @@ Less (and other preprocessors, such as [Sass](http://sass-lang.com/) help develo
Use the '@' symbol to create a variable. */
@primary-color: #a3a4ff;
-@secondary-color: #51527f;
+@secondary-color: #51527f;
@body-font: 'Roboto', sans-serif;
/* You can use the variables throughout your stylesheet.