songtianlun
cafe820a64
- Add tailwindcss-rails gem to Gemfile - Create application.tailwind.css for Tailwind styles - Update Procfile.dev for Tailwind CSS watch command - Add demo action and view for showcasing features - Update application layout to use Tailwind CSS classes - Refactor footer and header for improved styling This commit introduces Tailwind CSS for styling the application, enhancing the UI with utility-first CSS. A new demo page is also added to showcase the application features.
13 lines
298 B
JavaScript
13 lines
298 B
JavaScript
// Configure your import map in config/importmap.rb. Read more: https://github.com/rails/importmap-rails
|
|
import "@hotwired/turbo-rails"
|
|
|
|
// import './add_jquery'
|
|
|
|
// import "jquery/dist/jquery"
|
|
// import "bootstrap/dist/js/bootstrap"
|
|
|
|
import "flowbite/dist/flowbite.turbo"
|
|
|
|
import "./controllers"
|
|
|