Registry / utility / bep-go-tocss

bep-go-tocss

JSON →
library0.6.0gogounverified

A Go package for converting CSS to a structured representation.

go get github.com/bep/go-tocss
INSTALL
IMPORT
SIG · BEP-GO-TOCSS
B
bep-go-tocss
utilitygov0.6.0
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.

tocss
github.com/bep/go-tocss

Converts CSS string to a structured representation.

package main import ( "fmt" "github.com/bep/go-tocss" ) func main() { result, err := tocss.Convert("body { color: red; }") if err != nil { panic(err) } fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
bep-go-tocss — go get bep-go-tocss · libregistry