mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
16 lines
310 B
SCSS
16 lines
310 B
SCSS
/**
|
|
* Provide Agora appearance for mw-ui-* classes when using a skin other than
|
|
* Vector.
|
|
* 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/default";
|