Rename PostCSS files to .pcss
(#9013)
* Rename PostCSS files to `.pcss` * Make Stylelint happy * Delint * Rename new files too * delint * Fix bad comment placement
This commit is contained in:
parent
7842d5165c
commit
01f4bb8c78
371 changed files with 740 additions and 1045 deletions
8
res/themes/dark/css/dark.pcss
Normal file
8
res/themes/dark/css/dark.pcss
Normal file
|
@ -0,0 +1,8 @@
|
|||
@import "../../../../res/css/_font-sizes.pcss";
|
||||
@import "../../light/css/_paths.pcss";
|
||||
@import "../../light/css/_fonts.pcss";
|
||||
@import "../../light/css/_light.pcss";
|
||||
@import "_dark.pcss";
|
||||
@import "../../light/css/_mods.pcss";
|
||||
@import "../../../../res/css/_components.pcss";
|
||||
@import url("highlight.js/styles/atom-one-dark.css");
|
Loading…
Add table
Add a link
Reference in a new issue