TOKEN is a special string that gets used as a marker within the compressor, and is removed before final output. Make sure this token is unique to your stylsheets.

NOTE: This string gets used in regular expressions, and escaping won't help, so don't pick a complicated token.

Fichier

advagg_css_compress/css-compressor-3.x/src/CSSCompression.inc, line 38

Classe

CSSCompression

Code

const TOKEN = "@____CSSCOMPRESSION_TOKEN____@";