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.
-
Ext JS Premium Member
[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
Can you advise on recommended defaults before the next release, so as to avoid slogging through discovering the correct values (as they would have been in the last release)?
stevil
-
Sencha User
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?
-
-
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
-
Sencha User
It seems the issue is that you need the latest Sass build:
HTML Code:
sudo gem update sass --pre
If it says no updated found, uninstall and install again:
HTML Code:
sudo gem uninstall sass && sudo gem install sass --pre
-
-
Ext JS Premium Member
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