Created
January 14, 2013 21:46
-
-
Save dduan/4533833 to your computer and use it in GitHub Desktop.
An app.scss that works with the app generated by Sencha Cmd with Sencha Touch 2.2 alpha. Replace `resources/sass/app.scss` with it to make `compass compile` work.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import 'sencha-touch/base'; | |
@import 'sencha-touch/base/all'; | |
@import 'sencha-touch/default'; | |
@import 'sencha-touch/default/all'; | |
// You may remove any of the following modules that you | |
// do not use in order to create a smaller css file. | |
@import 'sencha-touch/default/panel'; | |
@import 'sencha-touch/default/button'; | |
@import 'sencha-touch/default/sheet'; | |
@import 'sencha-touch/default/picker'; | |
@import 'sencha-touch/default/tab'; | |
@import 'sencha-touch/default/toolbar'; | |
@import 'sencha-touch/default/list'; | |
@import 'sencha-touch/default/carousel'; | |
@import 'sencha-touch/default/form'; | |
@import 'sencha-touch/default/msgbox'; | |
// Your custom code goes here... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment