diff options
| author | cristiano <[email protected]> | 2020-06-03 22:17:51 +0100 |
|---|---|---|
| committer | cristiano <[email protected]> | 2020-06-03 22:17:51 +0100 |
| commit | 2a12c3814c3f8de53c030d5f400c5dced47d1230 (patch) | |
| tree | f876401e6f7f0f19a97311f07cf38d48be4f256e /templates/@theme-base/_version.scss | |
| parent | 2b1a47dd7dc4eb3abdff768f54b3e67f4faeb3de (diff) | |
| download | protonmail-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-base/_version.scss')
| -rw-r--r-- | templates/@theme-base/_version.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/@theme-base/_version.scss b/templates/@theme-base/_version.scss new file mode 100644 index 0000000..46ddd83 --- /dev/null +++ b/templates/@theme-base/_version.scss @@ -0,0 +1,2 @@ +// Used to update theme version across all themes. +$version: 'v4.0.0-beta15';
\ No newline at end of file |
