Looks like we can't reproduce the issue or there's a problem in the test case provided.
  1. #1
    Sencha Premium Member
    Join Date
    Jan 2012
    Posts
    131
    Vote Rating
    -2
    YomeKitsuma has a little shameless behaviour in the past

      0  

    Default Cmd v3.0.0.190 :: app.css is still overridden after first build

    Cmd v3.0.0.190 :: app.css is still overridden after first build


    Hi,

    This is something i've pointed :

    When we generate an application using "sencha app generate", the app.css (resources/css/default) has this single line :
    Code:
    @import url('../../../../Library/ext/resources/css/ext-all.css');
    But after first build it contains all the css code from ext-all.css !

    And all added css code was removed in the "build" app.css file !

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,119
    Vote Rating
    453
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Quote Originally Posted by YomeKitsuma View Post
    This is something i've pointed :
    Is there another thread or bug report?
    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.

  3. #3
    Sencha - Ext JS Dev Team dongryphon's Avatar
    Join Date
    Jul 2009
    Posts
    1,069
    Vote Rating
    60
    dongryphon is a jewel in the rough dongryphon is a jewel in the rough dongryphon is a jewel in the rough

      0  

    Default


    This file is an output file from the sass/theme build. You can disable SASS (set skip.sass=1) or use the app.scss file instead to write your styles. You will have a lot more capability in SASS than in CSS.

    Some of that is discussed in the theme guides. The as-of-yet unreleased update to that is here:

    http://www.sencha.com/forum/showthre...s-in-Cmd-3.0.2
    Don Griffin
    Ext JS Development Team Lead

    Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue

    "Use the source, Luke!"