mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
15 lines
297 B
SCSS
15 lines
297 B
SCSS
/**
|
|
* Provide Agora appearance for mw-ui-* classes when using the Vector skin.
|
|
* Compass builds these Agora styles from source Sass files in
|
|
* extensions/Agora/modules/scss
|
|
*/
|
|
|
|
@charset "UTF-8";
|
|
|
|
@import "compass";
|
|
|
|
@import "settings/all";
|
|
|
|
@import "mixins/all";
|
|
|
|
@import "components/vector";
|