Automattic Inc. is announcing that Stylus with version number 0.52.4 is already available to download.
What is Stylus ?
Stylus is A specialized markup language that compilers to standards-compliant CSS, a new alternative for styling Web pages with a much simpler syntax .
Stylus features a very simplistic and easy to learn/use syntax which compiles into usable CSS code.Supports both an indented syntax and a regular CSS style.It is widely used in today's Web development community, especially in Node.js projects.Stylus is similar in concept to SCSS, being different only via the actually syntax. If you are familiar with the "CSS pre-processor" term then you know exactly what it does.
This is changelog for Stylus version 0.52.4 :
- Added !optional directive for extending.
- Added selector-exists bif.
- Added remove bif for removing items from hashes.
- Added optional recursive hash merging.
You can read the complete changelog and also download this latest version on their homepage:
learnboost.github.io