mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
typing is hard
This commit is contained in:
@ -103,7 +103,7 @@ function setupDom(window, document, config, platform, clickBlock, featureDetect)
|
||||
|
||||
let linkEle = document.createElement('link');
|
||||
linkEle.setAttribute('href', '../../../css/ionic.' + mode + '.css');
|
||||
linkEle.setAttribute('ref', 'stylesheet');
|
||||
linkEle.setAttribute('rel', 'stylesheet');
|
||||
document.head.appendChild(linkEle);
|
||||
|
||||
// touch devices should not use :hover CSS pseudo
|
||||
|
Reference in New Issue
Block a user