Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 408 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 408 Bytes

cssparser

This parser is based on the CSS 2.1 specification

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      cssparser:
        github: orklann/cssparser
  2. Run shards install

Usage

require "cssparser"

Run tests

crystal spec

Contributors