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

Gaps + Explicit gaps on both sides #39

Open
Inviz opened this issue Mar 27, 2015 · 2 comments
Open

Gaps + Explicit gaps on both sides #39

Inviz opened this issue Mar 27, 2015 · 2 comments
Labels

Comments

@Inviz
Copy link

Inviz commented Mar 27, 2015

When using explicit variables gaps, the parser greedily captures some VFL stuff between them when using regular - gap.

.block{
  @v |-^[inner-gap-top]-(.avatar)-(.html)-(.source)-^[inner-gap-bottom]-| gap(v-gap);
}

yields some ccss like:

 .avatar[bottom] + (.html)~(.source)-^[inner-gap-bottom] == ::this[bottom]
@paulyoung
Copy link
Contributor

We should add a spec for this.

@paulyoung
Copy link
Contributor

I wonder if ^inner-gap-top works vs ^[inner-gap-top].

@paulyoung paulyoung added the bug label Mar 27, 2015
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

2 participants