efca6abd5d
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][css] 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.
48 lines
2.1 KiB
Text
48 lines
2.1 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2018/03/13 16:10:50 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.travis.yml
|
|
${GEM_LIBDIR}/.yardopts
|
|
${GEM_LIBDIR}/Gemfile
|
|
${GEM_LIBDIR}/HISTORY.md
|
|
${GEM_LIBDIR}/LICENSE
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/crass.gemspec
|
|
${GEM_LIBDIR}/lib/crass.rb
|
|
${GEM_LIBDIR}/lib/crass/parser.rb
|
|
${GEM_LIBDIR}/lib/crass/scanner.rb
|
|
${GEM_LIBDIR}/lib/crass/token-scanner.rb
|
|
${GEM_LIBDIR}/lib/crass/tokenizer.rb
|
|
${GEM_LIBDIR}/lib/crass/version.rb
|
|
${GEM_LIBDIR}/test/css-parsing-tests/An+B.json
|
|
${GEM_LIBDIR}/test/css-parsing-tests/LICENSE
|
|
${GEM_LIBDIR}/test/css-parsing-tests/README.rst
|
|
${GEM_LIBDIR}/test/css-parsing-tests/color3.json
|
|
${GEM_LIBDIR}/test/css-parsing-tests/color3_hsl.json
|
|
${GEM_LIBDIR}/test/css-parsing-tests/color3_keywords.json
|
|
${GEM_LIBDIR}/test/css-parsing-tests/component_value_list.json
|
|
${GEM_LIBDIR}/test/css-parsing-tests/declaration_list.json
|
|
${GEM_LIBDIR}/test/css-parsing-tests/make_color3_hsl.py
|
|
${GEM_LIBDIR}/test/css-parsing-tests/make_color3_keywords.py
|
|
${GEM_LIBDIR}/test/css-parsing-tests/one_component_value.json
|
|
${GEM_LIBDIR}/test/css-parsing-tests/one_declaration.json
|
|
${GEM_LIBDIR}/test/css-parsing-tests/one_rule.json
|
|
${GEM_LIBDIR}/test/css-parsing-tests/rule_list.json
|
|
${GEM_LIBDIR}/test/css-parsing-tests/stylesheet.json
|
|
${GEM_LIBDIR}/test/css-parsing-tests/stylesheet_bytes.json
|
|
${GEM_LIBDIR}/test/shared/parse_rules.rb
|
|
${GEM_LIBDIR}/test/support/common.rb
|
|
${GEM_LIBDIR}/test/support/serialization/animate.css
|
|
${GEM_LIBDIR}/test/support/serialization/bootstrap-theme.css
|
|
${GEM_LIBDIR}/test/support/serialization/bootstrap.css
|
|
${GEM_LIBDIR}/test/support/serialization/html5-boilerplate.css
|
|
${GEM_LIBDIR}/test/support/serialization/misc.css
|
|
${GEM_LIBDIR}/test/support/serialization/pure.css
|
|
${GEM_LIBDIR}/test/test_crass.rb
|
|
${GEM_LIBDIR}/test/test_css_parsing_tests.rb
|
|
${GEM_LIBDIR}/test/test_parse_properties.rb
|
|
${GEM_LIBDIR}/test/test_parse_rules.rb
|
|
${GEM_LIBDIR}/test/test_parse_stylesheet.rb
|
|
${GEM_LIBDIR}/test/test_serialization.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|