mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +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');
|
let linkEle = document.createElement('link');
|
||||||
linkEle.setAttribute('href', '../../../css/ionic.' + mode + '.css');
|
linkEle.setAttribute('href', '../../../css/ionic.' + mode + '.css');
|
||||||
linkEle.setAttribute('ref', 'stylesheet');
|
linkEle.setAttribute('rel', 'stylesheet');
|
||||||
document.head.appendChild(linkEle);
|
document.head.appendChild(linkEle);
|
||||||
|
|
||||||
// touch devices should not use :hover CSS pseudo
|
// touch devices should not use :hover CSS pseudo
|
||||||
|
Reference in New Issue
Block a user