Registry / utility / vanng822-css

vanng822-css

JSON →
library1.0.1gogounverified

Package css parses CSS stylesheets.

go get github.com/vanng822/css
INSTALL
IMPORT
SIG · VANNG822-CSS
V
vanng822-css
utilitygov1.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/vanng822/css

Parse a CSS string into a stylesheet

package main import ( "fmt" "github.com/vanng822/css" ) func main() { stylesheet, _ := css.Parse("body { color: red; }") fmt.Println(stylesheet) }
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
4 hits · last 30 days
node
4
Resources
vanng822-css — go get vanng822-css · libregistry