Вопрос

The subject says it all: how can I comment out a single (and probably multiply lines of code) in a pixate css.

Это было полезно?

Решение

Seems like it's still the same as regular CSS commenting:

/* Comment 1 line */

/*
Comment
Multiple
Lines
*/

That's what they used in the Pixate Styling Reference

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top