sproutcore / abbot

SproutCore Build Tools [deprecated]
http://www.sproutcore.com
88 stars 44 forks source link

SCSS Parsing Issue #56

Closed iammerrick closed 6 years ago

iammerrick commented 13 years ago

Currently there is no way to style everything under a theme.

Example:


$theme{
    .my-inner-el{
        // Sexy Styles
    }
}

I believe the issue is here, according to Colin Campbell:

https://github.com/sproutcore/abbot/blob/master/vendor/chance/lib/chance/parser.rb#L59

ialexi commented 13 years ago

This will be fixed soon. For now, you have to use $theme.blah

On May 20, 2011, at 1:58 PM, iammerrick wrote:

Currently there is no way to style everything under a theme.

Example:


$theme{
  .my-inner-el{
      // Sexy Styles
  }
}

I believe the issue is here, according to Colin Campbell:

https://github.com/sproutcore/abbot/blob/master/vendor/chance/lib/chance/parser.rb#L59

Reply to this email directly or view it on GitHub: https://github.com/sproutcore/abbot/issues/56

wagenet commented 13 years ago

This has been fixed by the Apple guys, will be in master soon.

iammerrick commented 13 years ago

Good to know. Looking forward to the fix.

ialexi commented 13 years ago

I believe this is in master now. Can you check, @iammerrick?