Dylan Baker
b03a12ab47
Trim pretty output
5年前
Dylan Baker
900778e8d1
typo
5年前
Dylan Baker
3bfb3f356e
Don't need to nest ifs like that
6年前
Dylan Baker
76252a422e
Allow & anywhere in selector
This is to support things like
(.foo
(.bar &
:color blue))
which would have previously been rendered
.foo {
.bar & {
color: blue;
}
}
because it was only looking for an & at the beginning of the
selector.
6年前
Dylan Baker
90a72e6600
Prettier
6年前
Dylan Baker
8958d4e0cc
Allow commas in rule values
6年前
Dylan Baker
eb2f77c2c0
Remove unreachable code
6年前
Dylan Baker
8593655f56
Allow defining mixin inside other mixin
6年前
Dylan Baker
bd43c50913
Allow media queries as ruleset children
6年前
Dylan Baker
e415b5b7fd
Allow using mixins inside mixins
6年前
Dylan Baker
51e7e43eb1
Move mixin expansion logic into mixin class
6年前
Dylan Baker
4983044c07
Split last into separate files
6年前
Dylan Baker
325d70fc5e
Add failing test for nested mixins
6年前
Dylan Baker
46e381f827
Compile mixin applications as long as mixins are not nested
6年前
Dylan Baker
7f333455f9
Allow rulesets inside mixins
6年前
Dylan Baker
17b32a8801
Prettier
6年前
Dylan Baker
8919a55213
Parse mixin application
6年前
Dylan Baker
c7208daaee
Combine rules and children
6年前
Dylan Baker
fdc33c9f8d
Prettier
6年前
Dylan Baker
1e856cbbe7
Allow rules and children in any order
6年前
Dylan Baker
baed12e24e
Initial commit
6年前