-
14 Apr 2011 1:02 PM #1
[CLOSED-EXTJSIV-1076][B3] Missing SCSS variables
[CLOSED-EXTJSIV-1076][B3] Missing SCSS variables
In [B2], had my own theme built from a copy of ext-all.scss, without errors. In [B3], I'm working my way through a number of missing variables (searched my copy of the [B3] distribution - these don't appear in any file):
- $ui-label
- $ui-border-radius
- $ui-border-width
- $ui-background-color
- $ui-inner-border-color
- $ui-header-inner-border-color
- $ui-frame-inner-border-radius
- $ui-frame-background-color
- $ui-padding
stevil
-
14 Apr 2011 5:38 PM #2
Same Issue here...
Same Issue here...
We are having the same issue just trying to compile what came in the Beta3 release today without any modifications. We also had a custom theme but hadn't copied any of that in to the folders with the new release files yet. What's the fix to get Beta3 compiling out of the box?
-
15 Apr 2011 4:11 AM #3
I declared each of those variables at the top of my theme, giving them some value to see what happened. It compiled and worked, but I'm not too happy with the result because the actual VALUES are not right, and I'm working on getting other B3 breaking changes fixed now. If you find some good working values, I'd be very interested to see them!

-
15 Apr 2011 5:40 AM #4
The same errors to me, and to go forward till I'll have the fix, I think I'll do the same as you did @stevil
-
18 Apr 2011 3:10 PM #5
It seems the issue is that you need the latest Sass build:
If it says no updated found, uninstall and install again:HTML Code:sudo gem update sass --pre
HTML Code:sudo gem uninstall sass && sudo gem install sass --pre
-
18 Apr 2011 10:55 PM #6
Hey rdougan, thanks.
-
19 Apr 2011 5:26 AM #7
Mine also complained about a dependency with compass being broken if I uninstalled sass, so I uninstalled compass, then sass, then reinstalled both.
That worked fine - thanks!
stevil
You found a bug! We've classified it as
a bug in our system.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
Similar Threads
-
[FIXED-EXTJSIV-304] missing grid reconfigure() method missing columnModel setConfig()
By saprot in forum Ext:BugsReplies: 3Last Post: 27 May 2011, 8:24 AM -
[CLOSED-EXTJSIV-816] TreeStore.insert is missing
By zacware in forum Ext:BugsReplies: 9Last Post: 12 Apr 2011, 4:23 PM -
[FIXED-EXTJSIV-72] [B1] PropertyGrid is missing
By steffenk in forum Ext:BugsReplies: 4Last Post: 12 Apr 2011, 12:06 AM -
missing semicolons, undefined variables, etc...
By matjaz in forum Ext 1.x: BugsReplies: 1Last Post: 27 Jun 2007, 11:35 AM


Reply With Quote