Don H
Don H

Reputation: 901

Using haml & sass with Wordpress

Most questions I've seen addressing is seem to be a year to two old, so I'd be interested in finding out whether there have been any Improvements to using haml and sass with Wordpress.

Is phamlp something that's continuing to be developed, or are you using another option to incorporate haml and sass into your templates? Thoughts appreciated,

Don

Upvotes: 1

Views: 300

Answers (1)

user1112660
user1112660

Reputation:

There is at least one previous thread on the same topic.

The source for phamlp hasn't been updated since 2010, however it has been forked on Github. As an alternative to using Haml, I would suggest investigating an implementation of Jade in PHP.

Upvotes: 1

Related Questions