mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
ce226ab534
This only covers the simple cases of references to issues and repos. More complex areas, such as deployment scripts, will be handled separately. Part of https://github.com/vector-im/element-web/issues/14864
4 lines
164 B
SCSS
4 lines
164 B
SCSS
// Path from root SCSS file (such as `light.scss`) to `res` dir in the source tree
|
|
// This value is overridden by external themes in `element-web`.
|
|
$res: ../../..;
|