Skip to content

Commit

Permalink
feat(theme): remove CSS comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jun 13, 2016
1 parent dfed2be commit 6c04f11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions _app/assets/themes/curtana/_less/app.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Curtana for Almace Scaffolding | © Tunghsiao Liu | MIT
*/
//
// Curtana for Almace Scaffolding | © Tunghsiao Liu | MIT
//

// Core components
@import "variables";
Expand Down
12 changes: 6 additions & 6 deletions _app/assets/themes/curtana/_less/components/randomized.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* Randomized | © Tunghsiao Liu | MIT
*/
//
// Randomized | © Tunghsiao Liu | MIT
//

// Variables for standalone version
// @link-color: #a212d1;
// @code-color: #00cc80;
// Variables for standalone version
// @link-color: #a212d1;
// @code-color: #00cc80;

// Calculate code background color based on the lightness of link color
.calc-bg (@v) when (lightness(@v) >= 80%) {
Expand Down

0 comments on commit 6c04f11

Please sign in to comment.