Skip to content

Commit

Permalink
Remove sassc-rails and Sass files
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed May 27, 2024
1 parent 75b182c commit 198ff8a
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 34 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ group :test do
end

gem "rails", "~> 7.1.0"
gem "sassc-rails"

gem "trestle", github: "TrestleAdmin/trestle"
gem "trestle", github: "TrestleAdmin/trestle", branch: "hotwire"
3 changes: 1 addition & 2 deletions gemfiles/rails-5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ end
gem "rails", "~> 5.2.0"

gem "sqlite3", "~> 1.3.13"
gem "sassc-rails"
gem "devise"

gem "trestle", github: "TrestleAdmin/trestle"
gem "trestle", github: "TrestleAdmin/trestle", branch: "hotwire"

gemspec path: "../"
3 changes: 1 addition & 2 deletions gemfiles/rails-6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ end

gem "rails", "~> 6.0.0"

gem "sassc-rails"
gem "sqlite3", "~> 1.4"
gem "devise"

gem "trestle", github: "TrestleAdmin/trestle"
gem "trestle", github: "TrestleAdmin/trestle", branch: "hotwire"

gemspec path: "../"
3 changes: 1 addition & 2 deletions gemfiles/rails-6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ end
gem "rails", "~> 6.1.0"

gem "sqlite3", "~> 1.4"
gem "sassc-rails"
gem "devise"

gem "trestle", github: "TrestleAdmin/trestle"
gem "trestle", github: "TrestleAdmin/trestle", branch: "hotwire"

gemspec path: "../"
3 changes: 1 addition & 2 deletions gemfiles/rails-7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ end
gem "rails", "~> 7.0.0"

gem "sqlite3", "~> 1.4"
gem "sassc-rails"
gem "devise"

gem "trestle", github: "TrestleAdmin/trestle"
gem "trestle", github: "TrestleAdmin/trestle", branch: "hotwire"

gemspec path: "../"
3 changes: 1 addition & 2 deletions gemfiles/rails-7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ end
gem "rails", "~> 7.1.0"

gem "sqlite3", "~> 1.4"
gem "sassc-rails"
gem "devise"

gem "trestle", github: "TrestleAdmin/trestle"
gem "trestle", github: "TrestleAdmin/trestle", branch: "hotwire"

gemspec path: "../"
1 change: 0 additions & 1 deletion spec/dummy/app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
* 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
*/
8 changes: 8 additions & 0 deletions spec/dummy/app/assets/stylesheets/trestle/_custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* This file may be used for providing additional customizations to the Trestle
* admin. It will be automatically included within all admin pages.
*
* For organizational purposes, you may wish to define your customizations
* within individual partials in this folder and they'll be required below.
*
*= require_tree .
*/
8 changes: 0 additions & 8 deletions spec/dummy/app/assets/stylesheets/trestle/_custom.scss

This file was deleted.

13 changes: 0 additions & 13 deletions spec/dummy/app/assets/stylesheets/trestle/_theme.scss

This file was deleted.

0 comments on commit 198ff8a

Please sign in to comment.