web icon indicating copy to clipboard operation
web copied to clipboard

Update CSS Variables and Remove Unused Components

Open cirdes opened this issue 1 year ago • 0 comments

Why:

Variables on shadcn are different from the current rbui variables. Some are missing and others has different values.

You can check the default theme variables here: https://ui.shadcn.com/themes

This PR includes the following changes:

  • CSS Updates: Modified the CSS variables in application.tailwind.css to update color values and add new variables for card and popover based on Shadcn
  • Remove General Sans as default font-sans
  • Component Cleanup: Removed unused components installation_instructions_coming_soon.rb and premium_badge.rb.
  • Documentation Updates: Updated rails_bundler_view.rb and rails_importmaps_view.rb in the installation documentation.
  • Configuration Update: Modified tailwind.config.js to reflect the new changes.

cirdes avatar Aug 20 '24 19:08 cirdes