Source position: fpcsstree.pp line 30
type TCSSType = ( |
csstUnknown, |
csstInteger, |
csstString, |
csstFloat, |
csstIdentifier, |
csstHashIdentifier, |
csstClassname, |
csstPseudoClass, |
csstCompound, |
csstRule, |
csstDeclaration, |
csstBinaryOp, |
csstCall, |
csstUnaryOp, |
csstArray, |
csstURL, |
csstUnicodeRange, |
csstList |
); |