문제

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