0

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

BenMorel
  • 34,448
  • 50
  • 182
  • 322
brainray
  • 12,512
  • 11
  • 67
  • 116

1 Answers1

2

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

projeqht
  • 3,160
  • 3
  • 18
  • 32