-
24 May 2012 1:11 PM #1
Answered: pictos-iconmask plugin missing
Answered: pictos-iconmask plugin missing
I tried following the theming tutorial - http://vimeo.com/36917216 - and when I try to compile compass I get this: error default-theme.scss (Line 5: Undefined mixin 'pictos-iconmask'.)
From my default-theme.scss
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
$base-color: #545454;
//$active-color: #ea4199;
$base-gradient:'glossy';
@include pictos-iconmask('action');
@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.
@include sencha-panel;
@include sencha-buttons;
@include sencha-sheet;
@include sencha-picker;
@include sencha-tabs;
@include sencha-toolbar;
@include sencha-toolbar-forms;
@include sencha-indexbar;
@include sencha-list;
@include sencha-layout;
@include sencha-carousel;
@include sencha-form;
@include sencha-msgbox;
// Your custom code goes here...
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
so how do I get the pictos-iconmask mixin to be included?
Thanks a ton!
-V7
-
Best Answer Posted by mitchellsimoens
Move
afterCode:@include pictos-iconmask('action');
Code:@import 'sencha-touch/default/all';
-
26 May 2012 3:37 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,624
- Vote Rating
- 434
- Answers
- 3105
Move
afterCode:@include pictos-iconmask('action');
Code:@import 'sencha-touch/default/all';
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
29 May 2012 7:47 AM #3
-
1 Jun 2012 2:48 PM #4
How to change pictos color?
How to change pictos color?
How the color of a icon is changed???
Jayson Monterroso
Mobile Web Developer



Reply With Quote