Browse Source

tailwind.css

pagy
pvincent 7 months ago
parent
commit
c06e76a1f0
  1. 5
      app/assets/stylesheets/application.css
  2. 4
      app/assets/stylesheets/application.tailwind.css
  3. 0
      app/assets/stylesheets/tailwind/pagy.css

5
app/assets/stylesheets/application.css

@ -10,6 +10,7 @@
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*
*= require_tree .
*= require_self
*= require_directory .
*/
@import "./tailwind/main.css";

4
app/assets/stylesheets/application.tailwind.css

@ -1,6 +1,6 @@
@import "./pagy.tailwind.css";
@import "./tailwind/pagy.css";
/* important to be the last 3 lines*/
/* important to be the last 3 lines */
@tailwind base;
@tailwind components;
@tailwind utilities;

0
app/assets/stylesheets/pagy.tailwind.css → app/assets/stylesheets/tailwind/pagy.css

Loading…
Cancel
Save