1
0
+ 1
0

What is katana-parser?

It is an implementation of the CSS (Cascading Style Sheet) parsing algorithm implemented as a pure C library with no outside dependencies. It's designed to serve as a building block for other tools and libraries such as linters, validators, templating languages, and refactoring and analysis tools.
katana-parser is a tool in the CSS Pre-processors / Extensions category of a tech stack.
katana-parser is an open source tool with 178 GitHub stars and 41 GitHub forks. Here’s a link to katana-parser's open source repository on GitHub

katana-parser's Features

  • Simple API that can be easily wrapped by other languages
  • Relatively lightweight, with no outside dependencies
  • Support for fragment parsing

katana-parser Alternatives & Comparisons

What are some alternatives to katana-parser?
Sass
Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
Animate.css
It is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.
Less
Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.
Autoprefixer
It is a CSS post processor. It combs through compiled CSS files to add or remove vendor prefixes like -webkit and -moz after checking the code.
css-loader
The css-loader interprets @import and url() like import/require() and will resolve them.
See all alternatives
Related Comparisons
No related comparisons found