Package gem-crass: Information

    Source package: gem-crass
    Version: 1.0.6-alt1
    Build time:  Apr 16, 2024, 12:07 AM
    Category: Development/Ruby
    Report package bug
    License: MIT
    Summary: A Ruby CSS parser that's fully compliant with the CSS Syntax Level 3 specification
    Description: 
    Crass is a Ruby CSS parser that's fully compliant with the CSS Syntax Level 3
    specification.
    
    Features:
    * Pure Ruby, with no runtime dependencies other than Ruby 1.9.x or higher.
    * Tokenizes and parses CSS according to the rules defined in the 14 November
      2014 editor's draft of the CSS Syntax Level 3 specification.
    * Extremely tolerant of broken or invalid CSS. If a browser can handle it, Crass
      should be able to handle it too.
    * Optionally includes comments in the token stream.
    * Optionally preserves certain CSS hacks, such as the IE "*" hack, which would
      otherwise be discarded according to CSS3 tokenizing rules.
    * Capable of serializing the parse tree back to CSS while maintaining all
      original whitespace, comments, and indentation.

    List of rpms provided by this srpm:
    gem-crass (noarch)
    gem-crass-devel (noarch)
    gem-crass-doc (noarch)


    List of contributors:
    Pavel Skrylev
    Andrey Cherepanov

      1. rpm-build-ruby

    Last changed


    Jan. 27, 2023 Pavel Skrylev 1.0.6-alt1
    - ^ 1.0.5 -> 1.0.6
    Aug. 25, 2021 Pavel Skrylev 1.0.5-alt1
    - ^ 1.0.4 -> 1.0.5
    May 4, 2021 Andrey Cherepanov 1.0.4-alt2
    - FTBFS: Set correct python3 library directory for python scripts.