File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > Icon</ title >
8
8
< script type ="module " src ="./common.js "> </ script >
9
+ < link rel ="stylesheet " href ="../packages/vaadin-lumo-styles/src/props/icons.css ">
9
10
10
11
< script type ="module ">
11
12
import '@vaadin/icon' ;
12
13
import '@vaadin/icons/vaadin-iconset.js' ;
13
- import '@vaadin/vaadin-lumo-styles/font-icons.js' ;
14
14
import '@vaadin/tooltip' ;
15
15
import { Iconset } from '@vaadin/icon/vaadin-iconset.js' ;
16
16
Original file line number Diff line number Diff line change @@ -54,11 +54,6 @@ export function enforceThemePlugin(theme) {
54
54
body = body . replace ( '</title>' , '</title><link rel="stylesheet" href="/packages/aura/aura.css" />' ) ;
55
55
}
56
56
57
- if ( theme === 'base' && context . response . is ( 'html' , 'js' ) ) {
58
- // Remove all not transformed CSS imports
59
- body = body . replaceAll ( / ^ .+ ( v a a d i n - l u m o - s t y l e s | \. \. ) \/ .+ \. c s s .+ $ / gmu, '' ) ;
60
- }
61
-
62
57
return body ;
63
58
} ,
64
59
} ;
You can’t perform that action at this time.
0 commit comments