This parser is based on the CSS Syntax Module Level 3
-
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 Syntax Module Level 3
Add the dependency to your shard.yml
:
dependencies:
cssparser:
github: orklann/cssparser
Run shards install
require "cssparser"
crystal spec