mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-02 03:44:43 +00:00
Removed as this is done through @import statements now
This commit is contained in:
parent
19bcd5a250
commit
d47b6ba6c9
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
|||
<?php
|
||||
$files = array_merge($files, array(
|
||||
'../../../LICENSE-INFO.txt',
|
||||
'../../structure/jquery.mobile.core.css',
|
||||
'../../structure/jquery.mobile.transitions.css',
|
||||
'../../structure/jquery.mobile.grids.css',
|
||||
'../../structure/jquery.mobile.headerfooter.css',
|
||||
'../../structure/jquery.mobile.navbar.css',
|
||||
'../../structure/jquery.mobile.button.css',
|
||||
'../../structure/jquery.mobile.collapsible.css',
|
||||
'../../structure/jquery.mobile.controlgroup.css',
|
||||
'../../structure/jquery.mobile.dialog.css',
|
||||
'../../structure/jquery.mobile.forms.checkboxradio.css',
|
||||
'../../structure/jquery.mobile.forms.fieldcontain.css',
|
||||
'../../structure/jquery.mobile.forms.select.css',
|
||||
'../../structure/jquery.mobile.forms.textinput.css',
|
||||
'../../structure/jquery.mobile.listview.css',
|
||||
'../../structure/jquery.mobile.forms.slider.css'
|
||||
));
|
||||
|
||||
require_once($base.'/../../../combine.php');
|
||||
|
||||
Loading…
Reference in a new issue