6 * @copyright 2012-2020 Leaf Corcoran
8 * @license http://opensource.org/licenses/MIT MIT
10 * @link http://scssphp.github.io/scssphp
13 namespace ScssPhp\ScssPhp
;
18 * @author Anthon Pang <anthon.pang@gmail.com>
25 const T_ASSIGN
= 'assign';
29 const T_AT_ROOT
= 'at-root';
33 const T_BLOCK
= 'block';
38 const T_BREAK
= 'break';
42 const T_CHARSET
= 'charset';
43 const T_COLOR
= 'color';
47 const T_COMMENT
= 'comment';
52 const T_CONTINUE
= 'continue';
57 const T_CONTROL
= 'control';
61 const T_CUSTOM_PROPERTY
= 'custom';
65 const T_DEBUG
= 'debug';
69 const T_DIRECTIVE
= 'directive';
73 const T_EACH
= 'each';
77 const T_ELSE
= 'else';
81 const T_ELSEIF
= 'elseif';
85 const T_ERROR
= 'error';
89 const T_EXPRESSION
= 'exp';
93 const T_EXTEND
= 'extend';
98 const T_FUNCTION
= 'function';
102 const T_FUNCTION_REFERENCE
= 'function-reference';
106 const T_FUNCTION_CALL
= 'fncall';
122 const T_IMPORT
= 'import';
126 const T_INCLUDE
= 'include';
130 const T_INTERPOLATE
= 'interpolate';
134 const T_INTERPOLATED
= 'interpolated';
138 const T_KEYWORD
= 'keyword';
139 const T_LIST
= 'list';
144 const T_MEDIA
= 'media';
148 const T_MEDIA_EXPRESSION
= 'mediaExp';
152 const T_MEDIA_TYPE
= 'mediaType';
156 const T_MEDIA_VALUE
= 'mediaValue';
160 const T_MIXIN
= 'mixin';
164 const T_MIXIN_CONTENT
= 'mixin_content';
168 const T_NESTED_PROPERTY
= 'nestedprop';
173 const T_NULL
= 'null';
174 const T_NUMBER
= 'number';
178 const T_RETURN
= 'return';
182 const T_ROOT
= 'root';
186 const T_SCSSPHP_IMPORT_ONCE
= 'scssphp-import-once';
190 const T_SELF
= 'self';
191 const T_STRING
= 'string';
195 const T_UNARY
= 'unary';
199 const T_VARIABLE
= 'var';
203 const T_WARN
= 'warn';
207 const T_WHILE
= 'while';