commit | 7e5afce78397ae1c2b4c85c58f23855b797651c4 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Aug 25 15:50:19 2020 +0200 |
committer | Akron <nils@diewald-online.de> | Thu Aug 27 12:35:43 2020 +0200 |
tree | 2cb990fe21e1a374e47696244c5e1e40be3b0885 | |
parent | 7f1e07e321517eefe47c8d33d6f20865d7fc5c30 [diff] [blame] |
Refactoring of style files Change-Id: I56d3641741f2289bb0f9dbaf641b85a401cf1042
diff --git a/dev/scss/base/paths.scss b/dev/scss/base/paths.scss new file mode 100644 index 0000000..7ff9527 --- /dev/null +++ b/dev/scss/base/paths.scss
@@ -0,0 +1,5 @@ +/** + * Path information - relative to css! + */ +$img-path: '../img'; +$font-path: '../font';