File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ Hull.component({
162162 if ( this . linkTagInjected || this . options . injectLinkTag === false ) { return ; }
163163
164164 var e = document . createElement ( 'link' ) ;
165- e . href = this . options . baseUrl + '/style.min. css' ;
165+ e . href = this . options . baseUrl + '/style.css' ;
166166 e . rel = 'stylesheet' ;
167167
168168 document . getElementsByTagName ( 'head' ) [ 0 ] . appendChild ( e ) ;
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Hull.component({
106106 if ( this . linkTagInjected || this . options . injectLinkTag === false ) { return ; }
107107
108108 var e = document . createElement ( 'link' ) ;
109- e . href = this . options . baseUrl + '/style.min. css' ;
109+ e . href = this . options . baseUrl + '/style.css' ;
110110 e . rel = 'stylesheet' ;
111111
112112 document . getElementsByTagName ( 'head' ) [ 0 ] . appendChild ( e ) ;
You can’t perform that action at this time.
0 commit comments