When I try to compile my sass code with compass compile
I get the following error :
error app.scss (Line 42 of /MyProject/touch/resources/themes/stylesheets/sencha-touch/base/src/_ProgressIndicator.scss: Undefined mixin 'experimental'.)
My sass code is pretty normal, I have :
@import 'sencha-touch/default';
@import 'sencha-touch/default/all';
/* Rest of my css below */
I'm using :Sencha Touch 2.4
Compass 1.0.1 (Polaris)
ruby 2.2.0dev
Mac OSX Yosemite
sencha app watch
on you app's root folder – Mehdiway