Versions in this module Expand all Collapse all v1 v1.0.5 Mar 25, 2026 Changes in this version + var AtKeyword = Type + var BOM = Type + var CDC = Type + var CDO = Type + var Comment = Type + var DashMatch = Type + var Delim = Type + var Dimension = Type + var EOF = Type + var Error = Type + var Format = Type + var Function = Type + var Hash = Type + var Ident = Type + var Includes = Type + var Local = Type + var Number = Type + var Percentage = Type + var PrefixMatch = Type + var S = Type + var String = Type + var SubstringMatch = Type + var SuffixMatch = Type + var Tech = Type + var URI = Type + var UnicodeRange = Type + type Scanner struct + func New(input string) *Scanner + func (s *Scanner) Next() *Token + type Token struct + Column int + Line int + Type Type + Value string + func (t *Token) Emit(w io.Writer) (err error) + func (t *Token) String() string + type Type struct + func (t Type) GoString() string + func (t Type) String() string v1.0.1 Jun 21, 2016 v1.0.0 Feb 15, 2016