Registry / serialization / csspool

csspool

JSON →
library4.0.5rbrubygemsunverified

A CSS parser and selector engine for Ruby.

gem install csspool
INSTALL
IMPORT
SIG · CSSPOOL
C
csspool
serializationrubyv4.0.5
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.

CSSPool
require 'csspool'

Parse a CSS string and access its properties

require 'csspool' # Parse a CSS stylesheet css = CSSPool::Parser.parse('body { color: red; }') puts css.rule_sets.first.declarations.first.property
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
csspool — gem install csspool · libregistry