File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ def scope(
252252
253253 # the sass compiler does also scope the html element (where typically css variables are
254254 # stored). We need to remove that scoping again because it will only work if it's in global scope.
255- compiled_css = compiled_css .replace (f"{ self ._selector } html {{ " , "html { " )
255+ compiled_css = compiled_css .replace (f"{ self ._selector } html" , "html" )
256256
257257 # write stylesheet
258258 target .write_text (compiled_css , encoding = "UTF-8" )
Original file line number Diff line number Diff line change @@ -122,8 +122,6 @@ html {
122122 display : block !important ;
123123 margin : 0 !important ;
124124 font-size : 100% !important ;
125- background : none !important ;
126- color : black !important ;
127125 border : none !important ;
128126 padding : 0 !important ;
129127 position : initial !important ;
You can’t perform that action at this time.
0 commit comments