Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCSS Parsing Issue #56

Closed
iammerrick opened this issue May 20, 2011 · 4 comments
Closed

SCSS Parsing Issue #56

iammerrick opened this issue May 20, 2011 · 4 comments
Labels

Comments

@iammerrick
Copy link

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
Copy link
Contributor

ialexi commented May 20, 2011

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:
#56

@ghost ghost assigned ialexi May 21, 2011
@wagenet
Copy link
Contributor

wagenet commented May 21, 2011

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

@iammerrick
Copy link
Author

Good to know. Looking forward to the fix.

@ialexi
Copy link
Contributor

ialexi commented Sep 15, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants