Questions tagged [sencha-fashion]

Sencha fashion is the SCSS-to-CSS compiler used for ExtJS6

Sencha fashion is the specialized, not yet fully standard-compliant SCSS-to-CSS compiler delivered with Sencha Cmd 6 as a replacement for compass. Unlike compass, it is not depending on ruby, and hence does not allow the execution of compass ruby extensions, but uses javascript and can be extended using javascript functions.

5 questions
4
votes
1 answer

Compass inline-image syntax/configuration

I add the following block to myapp.scss: .resourceType2 { background: url('../resources/ressource2.png') no-repeat 2px 1px; padding-left: 16px; } After I call sencha app build production with Cmd 6.0.1.76, I see the background-image. I…
Alexander
  • 19,906
  • 19
  • 75
  • 162
2
votes
1 answer

How to generate "css-vars.js" in Sencha ExtJS 6.2

I generated a new Sencha ExtJS 6.2.1 project using the command: sencha -sdk "c:\Program Files\ext-6.2.1" generate app MyTest1 c:\MyTest1 Then, I generated a new theme: sencha generate theme theme-foo I modified the app.json so that it uses my new…
AhmadWabbi
  • 2,253
  • 1
  • 20
  • 35
1
vote
0 answers

Use Sencha Fashion to generate new theme without the javascript source code

I have a Cmd-generated 6.0.2 application that is running at about 200 customers on-premise servers. I would like to allow the customers to select a base color and a text color, (e.g. #c0ffee and #facade), and call an API running on our server (not…
Alexander
  • 19,906
  • 19
  • 75
  • 162
0
votes
0 answers

SCSS compilation in ExtReact project

We use webpack to compile some sass file into CSS hier is fragment of SASS file: .#{$prefix}title { color: $title-color; } Which is compiled into following CSS: .x-titlebar .x-title { color: #fff; color:…
Dimitrij
  • 21
  • 4