Skip to content

Commit

Permalink
Implement feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
hunchr committed Nov 4, 2024
1 parent 670e2a1 commit e2e3ae1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
9 changes: 1 addition & 8 deletions app/assets/stylesheets/hotsheet/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
* 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 hotsheet/pagy
*/

:root {
Expand Down
1 change: 0 additions & 1 deletion config/initializers/hotsheet/pagy.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require "pagy"
require "pagy/extras/bootstrap"

# Pagy Variables (https://ddnexus.github.io/pagy/docs/api/pagy#variables)
Pagy::DEFAULT[:limit] = 100
Expand Down
File renamed without changes.

0 comments on commit e2e3ae1

Please sign in to comment.