mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
01f4bb8c78
* Rename PostCSS files to `.pcss` * Make Stylelint happy * Delint * Rename new files too * delint * Fix bad comment placement
8 lines
242 B
Plaintext
8 lines
242 B
Plaintext
@import "../../../../res/css/_font-sizes.pcss";
|
|
@import "_paths.pcss";
|
|
@import "_fonts.pcss";
|
|
@import "_light.pcss";
|
|
@import "_mods.pcss";
|
|
@import "../../../../res/css/_components.pcss";
|
|
@import url("highlight.js/styles/atom-one-light.css");
|