Registry / serialization / gorilla-css

gorilla-css

JSON →
library1.0.1gogounverified

A CSS tokenizer and parser for Go.

go get github.com/gorilla/css
INSTALL
IMPORT
SIG · GORILLA-CSS
G
gorilla-css
serializationgov1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

css
github.com/gorilla/css

Tokenize a CSS string

package main import ( "fmt" "github.com/gorilla/css" ) func main() { tokens := css.Tokenize("body { color: red; }") fmt.Println(tokens) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gorilla-css — go get gorilla-css · libregistry