Ruby on Rails web apps using CSS preprocessors

Browse Rails web apps that use preprocessors like Sass and Less to write cleaner, reusable, and more maintainable CSS code.

  • This list includes 6 CSS preprocessors used by Rails web apps.
  • Click on a CSS preprocessor to view a list of Rails web apps using it.
  • Know a Rails site using an unlisted CSS preprocessor? Let us know!

CSS preprocessors

Sass

Not used by any Rails web apps yet

A powerful CSS preprocessor that extends CSS with features like variables, mixins, nesting, and functions, making stylesheets more reusable and easier to maintain.

Less

Not used by any Rails web apps yet

A CSS preprocessor that extends CSS with variables, mixins, and nested rules, providing a more dynamic and maintainable way to write stylesheets.

PostCSS

Not used by any Rails web apps yet

A tool for transforming CSS with JavaScript plugins, enabling advanced features like autoprefixing, minification, and other custom transformations.

Stylus

Not used by any Rails web apps yet

A flexible and expressive CSS preprocessor that offers powerful features like variables, mixins, and optional semicolons, allowing for highly customizable stylesheets.

Plain CSS

Not used by any Rails web apps yet

The standard way of writing CSS without the use of preprocessors or additional tools, offering a straightforward approach to styling web pages.

Other

Not used by any Rails web apps yet

A placeholder for any CSS preprocessor or styling solution not listed, often referring to custom or less common tools used for managing CSS.