mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
6 lines
236 B
SCSS
6 lines
236 B
SCSS
|
// Path from root SCSS file (such as `status.scss`) to `res` dir in `matrix-react-sdk`
|
||
|
$res: ../../../../node_modules/matrix-react-sdk/res;
|
||
|
|
||
|
// Path from root SCSS file (such as `status.scss`) to `status` dir in `riot-web`
|
||
|
$status: ..;
|