This parser is based on the CSS 2.1 specification
-
Add the dependency to your
shard.yml
:dependencies: cssparser: github: orklann/cssparser
-
Run
shards install
require "cssparser"
crystal spec
This parser is based on the CSS 2.1 specification
Add the dependency to your shard.yml
:
dependencies:
cssparser:
github: orklann/cssparser
Run shards install
require "cssparser"
crystal spec