You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/05/26 07:38:24 UTC

[royale-docs] branch master updated: highlight theme darcula (temporal)

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e017d8  highlight theme darcula (temporal)
7e017d8 is described below

commit 7e017d8bfb48f6bb690488b360b7f12afec90bd6
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun May 26 09:38:18 2019 +0200

    highlight theme darcula (temporal)
---
 .../0ec7ce6202fc148ec03e3dc543ebee9a80762512/main.scssc | Bin 22424 -> 0 bytes
 _sass/{main.scss => dracula.scss}                       |   0
 assets/css/styles.scss                                  |   2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.sass-cache/0ec7ce6202fc148ec03e3dc543ebee9a80762512/main.scssc b/.sass-cache/0ec7ce6202fc148ec03e3dc543ebee9a80762512/main.scssc
deleted file mode 100644
index 021aa10..0000000
Binary files a/.sass-cache/0ec7ce6202fc148ec03e3dc543ebee9a80762512/main.scssc and /dev/null differ
diff --git a/_sass/main.scss b/_sass/dracula.scss
similarity index 100%
rename from _sass/main.scss
rename to _sass/dracula.scss
diff --git a/assets/css/styles.scss b/assets/css/styles.scss
index 164e6e8..d511401 100644
--- a/assets/css/styles.scss
+++ b/assets/css/styles.scss
@@ -1,4 +1,4 @@
 ---
 ---
-@import "main";
+@import "dracula";