Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37574292
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-crass

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.0.6-alt1
Время сборки: 27 января 2023, 18:46 ( 65.3 недели назад )
Размер архива: 72.72 Kb

Домашняя страница:   https://github.com/rgrove/crass/

Лицензия: MIT
О пакете: A Ruby CSS parser that's fully compliant with the CSS Syntax Level 3 specification
Описание:

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.

Текущий майнтейнер: Ruby Maintainers Team

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • gem-crass
  • gem-crass-devel
  • gem-crass-doc
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin