Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Remove unused CSS. Also works with single-page apps. | Start quickly with built-in navigators that deliver a seamless out-of-the box experience. Navigation views that deliver 60fps animations, and utilize native components to deliver a great look and feel. |
Creates a new file made up of only the CSS selectors that you use. | - |
Statistics | |
GitHub Stars 9.9K | GitHub Stars - |
GitHub Forks 383 | GitHub Forks - |
Stacks 12 | Stacks 1.4K |
Followers 23 | Followers 348 |
Votes 0 | Votes 1 |
Pros & Cons | |
No community feedback yet | Pros
|
Integrations | |
| No integrations available | |

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.

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.

Stylus is a revolutionary new language, providing an efficient, dynamic, and expressive way to generate CSS. Supporting both an indented syntax and regular CSS style.

PostCSS is a tool for transforming CSS with JS plugins. These plugins can support variables and mixins, transpile future CSS syntax, inline images, and more.

Bourbon is a library of pure sass mixins that are designed to be simple and easy to use. No configuration required. The mixins aim to be as vanilla as possible, meaning they should be as close to the original CSS syntax as possible.

It is a platform for creating and sharing software. You can write your code and host it all in the same place. It is also a place to learn how to code.
The compass core framework is a design-agnostic framework that provides common code that would otherwise be duplicated across other frameworks and extensions.

React Native Auto Updater was built to send updates over the air to bypass the sluggish AppStore review process, and speed up release cycles.

It is a CSS file in which all class names and animation names are scoped locally by default. The key words here are scoped locally. With this, your CSS class names become similar to local variables in JavaScript. It goes into the compiler, and CSS comes out the other side.

CodePush is a cloud service that enables Cordova and React Native developers to deploy mobile app updates directly to their users’ devices. It works by acting as a central repository that developers can publish certain updates to (e.g. JS, HTML, CSS and image changes), and that apps can query for updates from (using our provided client SDKs).