Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.

Spec #1

Open
2 of 4 tasks
vendethiel opened this issue May 2, 2014 · 1 comment
Open
2 of 4 tasks

Spec #1

vendethiel opened this issue May 2, 2014 · 1 comment
Labels

Comments

@vendethiel
Copy link
Owner

How do we want it to look ?
Probably more like a "fixed stylus"

$variable = 5

for $a in [1 2 3]
  .{$a}
    color: rgb($a * 100, $a * 100, $a * 100)
  • Lexical scoping ? (probably not)
  • Force $-prefixed variables
  • Transparent mixins ?
    • One big issue with it is "implict arguments". So, probably still require parents ... Don't know
  • extends
    • Not sure because it seems really fucked up in my preprocessors. This requires the correct order of resolution, but we also need to decide how it'll work with nested selectors. Dedup everything ?
@vendethiel
Copy link
Owner Author

  • Forced : between attr name and value

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

No branches or pull requests

1 participant