mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 06:47:54 +02:00
Remove name from contributors list.
This commit is contained in:
@@ -3,7 +3,6 @@ language: less
|
|||||||
filename: learnless.less
|
filename: learnless.less
|
||||||
contributors:
|
contributors:
|
||||||
- ["Saravanan Ganesh", "http://srrvnn.me"]
|
- ["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.
|
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. */
|
Use the '@' symbol to create a variable. */
|
||||||
|
|
||||||
@primary-color: #a3a4ff;
|
@primary-color: #a3a4ff;
|
||||||
@secondary-color: #51527f;
|
@secondary-color: #51527f;
|
||||||
@body-font: 'Roboto', sans-serif;
|
@body-font: 'Roboto', sans-serif;
|
||||||
|
|
||||||
/* You can use the variables throughout your stylesheet.
|
/* You can use the variables throughout your stylesheet.
|
||||||
|
Reference in New Issue
Block a user