Luke Page
|
d2255e64f6
|
do not use spaces between | namespace operators. Fixes #1300
|
2013-07-05 06:51:54 +01:00 |
|
Luke Page
|
b2d75e82b4
|
Allow variable interpolation in attributes everywhere that is sensible
|
2013-03-18 12:19:02 +00:00 |
|
Luke Page
|
e58662fbd3
|
better support for attributes. Allow interpolation inside attributes. Fixes #1229
|
2013-03-18 12:13:01 +00:00 |
|
Luke Page
|
c56db94b7d
|
Add modified (self altering) visitor pattern and class
|
2013-03-01 13:40:00 +00:00 |
|
Luke Page
|
9b256f2340
|
whitespace
|
2013-02-28 20:17:52 +00:00 |
|
Luke Page
|
8a6c5e9e4e
|
Add support for @namespace and namespace combinators. Fixes #408
|
2012-11-28 06:56:50 +00:00 |
|
Luke Page
|
63821cdbe6
|
Fix all the parent combinator issues
|
2012-07-30 21:41:34 +01:00 |
|
James Foster
|
1bb3dc1f26
|
Fix trailing space when parent selector is the last part of the selector.
'''
.foo {
.bar & {
&:hover {
color: orange;
}
}
}
'''
now outputs
'''
.bar .foo:hover {
color: orange;
}
'''
|
2012-04-30 03:30:14 +01:00 |
|
Alexis Sellier
|
5ccf1dafec
|
Fix '::' selector output, Closes #663
|
2012-02-28 16:58:44 +01:00 |
|
Alexis Sellier
|
ff3d7c61ff
|
properly support @media and @import features
|
2011-12-17 17:41:54 +01:00 |
|
Alexis Sellier
|
db72c646bb
|
dynamic selectors
Allows things like:
a:nth-child(@var) {}
|
2011-12-15 22:24:52 +01:00 |
|
Alexis Sellier
|
e35dc0efc0
|
merge
|
2011-11-12 13:49:41 +01:00 |
|
Alexis Sellier
|
c290c48b3f
|
node 0.5.x compatibility
|
2011-11-12 13:13:36 +01:00 |
|
Jacob Thornton
|
f197b2a0f8
|
store index on selector element objects for line number inference
|
2011-11-10 21:24:25 -08:00 |
|
James Foster
|
afd599dcb5
|
Implement parent selector
|
2011-07-03 12:07:42 +08:00 |
|
cloudhead
|
a72966fa6a
|
removed constructor names
|
2010-06-19 01:51:26 -04:00 |
|
cloudhead
|
7768d41050
|
better cross-environment handling. stub out require() in browser.
|
2010-06-15 18:44:59 -04:00 |
|
cloudhead
|
123440864f
|
(new) css compression support
|
2010-06-11 21:45:51 -04:00 |
|
cloudhead
|
fe732e843c
|
refactor of module system. Things work properly now, and it's all much cleaner.
|
2010-03-13 03:34:48 -05:00 |
|
cloudhead
|
f0f425de33
|
move node/ -> tree/
|
2010-03-05 19:19:14 -05:00 |
|