cssbundling-rails icon indicating copy to clipboard operation
cssbundling-rails copied to clipboard

Bundle and process CSS in Rails with Tailwind, PostCSS, and Sass via Node.js.

Results 14 cssbundling-rails issues
Sort by recently updated
recently updated
newest added

This PR adds support for [UnoCSS](https://unocss.dev/), a new CSS framework in the same vein as Tailwind CSS. It does this by installing UnoCSS as a PostCSS plugin and building from...

I've installed Bulma from my project. Now I want to change css framework to another (i.e. tailwind css). how?

I seek some examples and tutorials which given me a command to watch one file: `"build:css:compile": "sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules"` But I have other scss file which need be watching...

By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/cssbundling-rails which makes it quick and easy for someone to check on the...

This PR _looks_ larger than it is because this project currently has no testing infrastructure. The majority of LOC in this PR are from `Gemfile` and `Gemfile.lock` files. I have...

I upgraded my rails from sprockets to propshaft. When compiling assets I'm getting an error saying files cannot be found for anything installed via yarn. ***error*** ``` ✗ yarn build:css...

When following the [sass-rails to cssbundling-rails upgrade instructions](https://github.com/rails/propshaft/blob/main/UPGRADING.md#2-migrate-from-sass-rails-to-cssbundling-rails) (step 2 of the guide), the default `build:css` script fails for (legacy) imports of stylesheets embedded within Ruby gems (within their `vendor/assets/stylesheets`),...

Clarify that `cssbundling-rails` isn't used if you run `rails new --css=tailwind` or `--css=saas`, rather these go to standalone `tailwindcss-rails` and `dartsaas-rails`. You have to use `./bin/rails css:install:[tailwind|sass]` you get the...

This PR as result of review and discussion here https://github.com/rails/cssbundling-rails/pull/165

This PR updates the bulma template to align with the current documentation for version 1.x. Adjustments have been made to ensure compatibility with the updated styles and components as specified...