Skip to content

Instantly share code, notes, and snippets.

@dduan
Created January 14, 2013 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dduan/4533833 to your computer and use it in GitHub Desktop.
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.
@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