Migration¶
General¶
- Often
pushis used to add an element to an array in Stylus; in Stilus anappendneeds to be used.
Stack¶
- A
scopehascommons, notglobals
Nodes¶
- All
nodetypes are set via thenode_nameattribute. - The
valueattribute of anodeis used to denote its value, while in Stylus JavaScript implementationvalis used.
Cases¶
The cases in Stylus were checked after trimming (stripping in Python) the generated css. In Stilus that is not the case. The styl and css files are now compared as they are.