rb-haml

v 3.0.25

Haml and Sass: markup languages for HTML and CSS

Haml is a markup language that’s used to cleanly and simply describe the HTML of any web document without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ASP, and ERB, the templating language used in most Ruby on Rails applications. However, Haml avoids the need for explicitly coding HTML into the template, because it itself is a description of the HTML, with some code to generate dynamic content. Sass is CSS, plus nested rules, variables, mixins, and more, all in a concise, readable syntax. Haml also contains Sass.

http://haml-lang.com

To install rb-haml, paste this in macOS terminal after installing MacPorts

sudo port install rb-haml

Add to my watchlist

Installations 1
Requested Installations 0