rails / cssbundling-rails

Bundle and process CSS in Rails with Tailwind, PostCSS, and Sass via Node.js.
MIT License
565 stars 83 forks source link

Make the message for adding build:css to package.json more visible if npx version is < 7.1 #69

Closed thebravoman closed 2 years ago

thebravoman commented 2 years ago

This makes it more clear what needs to be done. It is based on the discussion in https://github.com/rails/cssbundling-rails/issues/65

thebravoman commented 2 years ago

We haven't discussed whether the other say's calls for bulma, postcss, sass and tailwind should be changed or not. Seems right to me to have them consistent.

Let me know if this is too much and you think only bootstrap/install.rb should be changed.