gss / parser

Constraint Cascading Style Sheets compiler
MIT License
48 stars 6 forks source link

inline ^gap in VFL splat does not become ^^gap #42

Open Inviz opened 9 years ago

Inviz commented 9 years ago
  @v |-^[block-gap-top]-(.block)-^block-...-^[block-gap-bottom]-| !require;
.block { &[bottom] + ^block == &:next[top]; }; // should be ^^block to point to proper parent
::this[top] + ^[block-gap-top] == .block:first[top] !require;
.block:last[bottom] + ^[block-gap-bottom] == ::this[bottom] !require;
paulyoung commented 9 years ago

I just ran into this too.