Move extra CSS to the end of the file (#147)
This commit is contained in:
parent
5f7b55cc69
commit
beb35709c9
1 changed files with 1 additions and 1 deletions
|
|
@ -11,8 +11,8 @@ let
|
|||
};
|
||||
|
||||
finalCss = pkgs.runCommandLocal "gtk.css" {} ''
|
||||
echo ${escapeShellArg cfg.extraCss} >>$out
|
||||
cat ${baseCss} >>$out
|
||||
echo ${escapeShellArg cfg.extraCss} >>$out
|
||||
'';
|
||||
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue