Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS PEPSS : concise SCSS.

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #254546
    ecstatic.coder
    Participant

    For those who like SCSS awesome features, but dislike its relative verbosity, I’ve just released PEPSS under the GNU GPL.

    It’s a little SCSS preprocessor which allows to :

    • Use all SCSS features as usual, but with a very concise LESS-like syntax.
    • Add media condition suffixes.
    • Extract the SCSS definitions from a HTML prototype.

    I’ve implemented it because I missed LESS’ clean and concise syntax a lot when I had to port my LESS micro-framework to SCSS.

    As I didn’t have the time to make my own complete CSS preprocessor from scratch, I’ve simply developed a tiny preprocessor over SCSS, despite it is already a preprocessor itself ;)

    So here it is !!

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.