Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Single CSS concat file using @import, rather than the PHP concat.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Jan 10, 2012
1 parent 52f2525 commit bac53cf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/themes/default/jquery.mobile.css
@@ -0,0 +1,16 @@
@import url( "jquery.mobile.theme.css" );
@import url( "../../structure/jquery.mobile.core.css" );
@import url( "../../structure/jquery.mobile.transitions.css" );
@import url( "../../structure/jquery.mobile.grids.css" );
@import url( "../../structure/jquery.mobile.headerfooter.css" );
@import url( "../../structure/jquery.mobile.navbar.css" );
@import url( "../../structure/jquery.mobile.button.css" );
@import url( "../../structure/jquery.mobile.collapsible.css" );
@import url( "../../structure/jquery.mobile.controlgroup.css" );
@import url( "../../structure/jquery.mobile.dialog.css" );
@import url( "../../structure/jquery.mobile.forms.checkboxradio.css" );
@import url( "../../structure/jquery.mobile.forms.fieldcontain.css" );
@import url( "../../structure/jquery.mobile.forms.select.css" );
@import url( "../../structure/jquery.mobile.forms.textinput.css" );
@import url( "../../structure/jquery.mobile.listview.css" );
@import url( "../../structure/jquery.mobile.forms.slider.css" );

0 comments on commit bac53cf

Please sign in to comment.