Categorygithub.com/riking/cssparse
repository
0.0.0-20180325025645-c37ded0aac89
Repository: https://github.com/riking/cssparse.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

css

GoDoc Build Status

A CSS3 tokenizer.

This repository contains two packages. The 'scanner' package is based on an older version of the CSS specification, and is kept around for compatibility with existing code. Minimum Go version is 1.3.

The 'tokenizer' package is based on the CSS Syntax Level 3 specification at https://www.w3.org/TR/css-syntax-3/#tokenizer-algorithms. Minimum Go version is 1.5.