Skip to content

Commit 198ff8a

Browse files
committed
Remove sassc-rails and Sass files
1 parent 75b182c commit 198ff8a

File tree

10 files changed

+14
-34
lines changed

10 files changed

+14
-34
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ group :test do
1414
end
1515

1616
gem "rails", "~> 7.1.0"
17-
gem "sassc-rails"
1817

19-
gem "trestle", github: "TrestleAdmin/trestle"
18+
gem "trestle", github: "TrestleAdmin/trestle", branch: "hotwire"

gemfiles/rails-5.2.gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ end
1010
gem "rails", "~> 5.2.0"
1111

1212
gem "sqlite3", "~> 1.3.13"
13-
gem "sassc-rails"
1413
gem "devise"
1514

16-
gem "trestle", github: "TrestleAdmin/trestle"
15+
gem "trestle", github: "TrestleAdmin/trestle", branch: "hotwire"
1716

1817
gemspec path: "../"

gemfiles/rails-6.0.gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ end
99

1010
gem "rails", "~> 6.0.0"
1111

12-
gem "sassc-rails"
1312
gem "sqlite3", "~> 1.4"
1413
gem "devise"
1514

16-
gem "trestle", github: "TrestleAdmin/trestle"
15+
gem "trestle", github: "TrestleAdmin/trestle", branch: "hotwire"
1716

1817
gemspec path: "../"

gemfiles/rails-6.1.gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ end
1010
gem "rails", "~> 6.1.0"
1111

1212
gem "sqlite3", "~> 1.4"
13-
gem "sassc-rails"
1413
gem "devise"
1514

16-
gem "trestle", github: "TrestleAdmin/trestle"
15+
gem "trestle", github: "TrestleAdmin/trestle", branch: "hotwire"
1716

1817
gemspec path: "../"

gemfiles/rails-7.0.gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ end
1010
gem "rails", "~> 7.0.0"
1111

1212
gem "sqlite3", "~> 1.4"
13-
gem "sassc-rails"
1413
gem "devise"
1514

16-
gem "trestle", github: "TrestleAdmin/trestle"
15+
gem "trestle", github: "TrestleAdmin/trestle", branch: "hotwire"
1716

1817
gemspec path: "../"

gemfiles/rails-7.1.gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ end
1010
gem "rails", "~> 7.1.0"
1111

1212
gem "sqlite3", "~> 1.4"
13-
gem "sassc-rails"
1413
gem "devise"
1514

16-
gem "trestle", github: "TrestleAdmin/trestle"
15+
gem "trestle", github: "TrestleAdmin/trestle", branch: "hotwire"
1716

1817
gemspec path: "../"

spec/dummy/app/assets/stylesheets/application.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
* files in this directory. Styles in this file should be added after the last require_* statement.
1111
* It is generally better to create a new file per style scope.
1212
*
13-
*= require_tree .
1413
*= require_self
1514
*/
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* This file may be used for providing additional customizations to the Trestle
2+
* admin. It will be automatically included within all admin pages.
3+
*
4+
* For organizational purposes, you may wish to define your customizations
5+
* within individual partials in this folder and they'll be required below.
6+
*
7+
*= require_tree .
8+
*/

spec/dummy/app/assets/stylesheets/trestle/_custom.scss

Lines changed: 0 additions & 8 deletions
This file was deleted.

spec/dummy/app/assets/stylesheets/trestle/_theme.scss

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)