Skip to content

Commit

Permalink
Switch from SASS to Tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince committed Feb 21, 2025
1 parent 92a3da5 commit 92e84af
Show file tree
Hide file tree
Showing 48 changed files with 222 additions and 513 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "puma"

# Assets
gem "sprockets-rails"
gem "dartsass-rails"
gem "tailwindcss-rails"
gem "importmap-rails"
gem "turbo-rails"
gem "stimulus-rails"
Expand Down
20 changes: 7 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ GEM
cuprite (0.15.1)
capybara (~> 3.0)
ferrum (~> 0.15.0)
dartsass-rails (0.5.1)
railties (>= 6.0.0)
sass-embedded (~> 1.63)
date (3.4.1)
debug (1.10.0)
irb (~> 1.10)
Expand Down Expand Up @@ -220,9 +217,6 @@ GEM
csv (>= 3.0.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (4.29.0)
bigdecimal
rake (>= 13)
hashdiff (1.1.2)
hashid-rails (1.4.1)
activerecord (>= 4.0)
Expand Down Expand Up @@ -383,12 +377,6 @@ GEM
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
sass-embedded (1.81.0-aarch64-linux-gnu)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-x86_64-linux-gnu)
google-protobuf (~> 4.28)
securerandom (0.4.1)
simple_form (5.3.1)
actionpack (>= 5.2)
Expand Down Expand Up @@ -422,6 +410,12 @@ GEM
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.2)
tailwindcss-rails (4.0.0)
railties (>= 7.0.0)
tailwindcss-ruby (~> 4.0)
tailwindcss-ruby (4.0.6-aarch64-linux-gnu)
tailwindcss-ruby (4.0.6-arm64-darwin)
tailwindcss-ruby (4.0.6-x86_64-linux-gnu)
thor (1.3.2)
timeout (0.4.3)
turbo-rails (2.0.11)
Expand Down Expand Up @@ -477,7 +471,6 @@ DEPENDENCIES
countries
country_select
cuprite
dartsass-rails
debug
dotenv-rails
faraday
Expand All @@ -503,6 +496,7 @@ DEPENDENCIES
sprockets-rails
standard
stimulus-rails
tailwindcss-rails
turbo-rails
tzinfo-data
versioncake
Expand Down
2 changes: 0 additions & 2 deletions app/assets/stylesheets/application.scss

This file was deleted.

6 changes: 0 additions & 6 deletions app/assets/stylesheets/components/_avatar.scss

This file was deleted.

26 changes: 0 additions & 26 deletions app/assets/stylesheets/components/_button.scss

This file was deleted.

20 changes: 0 additions & 20 deletions app/assets/stylesheets/components/_flash.scss

This file was deleted.

65 changes: 0 additions & 65 deletions app/assets/stylesheets/components/_hackathon.scss

This file was deleted.

13 changes: 0 additions & 13 deletions app/assets/stylesheets/components/_spinner.scss

This file was deleted.

37 changes: 0 additions & 37 deletions app/assets/stylesheets/components/_timeline.scss

This file was deleted.

4 changes: 0 additions & 4 deletions app/assets/stylesheets/components/_user.scss

This file was deleted.

16 changes: 0 additions & 16 deletions app/assets/stylesheets/components/admin/nav/_link.scss

This file was deleted.

8 changes: 0 additions & 8 deletions app/assets/stylesheets/components/index.scss

This file was deleted.

9 changes: 0 additions & 9 deletions app/assets/stylesheets/shared/_animations.scss

This file was deleted.

10 changes: 0 additions & 10 deletions app/assets/stylesheets/shared/_full_page_card.scss

This file was deleted.

59 changes: 0 additions & 59 deletions app/assets/stylesheets/shared/_spacing.scss

This file was deleted.

11 changes: 0 additions & 11 deletions app/assets/stylesheets/shared/_text.scss

This file was deleted.

6 changes: 0 additions & 6 deletions app/assets/stylesheets/shared/index.scss

This file was deleted.

Loading

0 comments on commit 92e84af

Please sign in to comment.