aboutsummaryrefslogtreecommitdiff
path: root/templates/theme_example/theme_example.scss
diff options
context:
space:
mode:
authorcristiano <[email protected]>2020-06-03 22:17:51 +0100
committercristiano <[email protected]>2020-06-03 22:17:51 +0100
commit2a12c3814c3f8de53c030d5f400c5dced47d1230 (patch)
treef876401e6f7f0f19a97311f07cf38d48be4f256e /templates/theme_example/theme_example.scss
parent2b1a47dd7dc4eb3abdff768f54b3e67f4faeb3de (diff)
downloadprotonmail-themes-2a12c3814c3f8de53c030d5f400c5dced47d1230.tar.xz
protonmail-themes-2a12c3814c3f8de53c030d5f400c5dced47d1230.zip
Theme version can be set on all themes dynamically.
Version applies to all themes unless otherwise specified.
Diffstat (limited to 'templates/theme_example/theme_example.scss')
-rw-r--r--templates/theme_example/theme_example.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/theme_example/theme_example.scss b/templates/theme_example/theme_example.scss
index 2b8b6bf..4c1f0f8 100644
--- a/templates/theme_example/theme_example.scss
+++ b/templates/theme_example/theme_example.scss
@@ -1,6 +1,8 @@
+@import "../@theme-base/version";
+
/*! =========================================== *
* Template THEME
- * Version: 4.0.0-beta12
+ * Version: #{$version}
* Author: You name here
* Website: Your website here
* Twitter: Your twitter handle
@@ -19,3 +21,5 @@ $warning_color: #ffaa00;
$info_color: #1b68c6;
@import "../@theme-base/styles";
+// @import "../@theme-base/full";
+// Please do not remove the import above. Add overrides and other partials below this line. \ No newline at end of file