Skip to content

Commit 315dda0

Browse files
authored
➖ Remove Tailwind (#228)
I'm over it Changes: - Remove Tailwind CSS dependency and build pipeline from the project - Clean up builds directory and Tailwind config - Replace with compiled tailwind CSS stylesheet to preserve existing styling (to be revamped in future) - Add Inter variable font files for consistent typography
1 parent 911b022 commit 315dda0

File tree

12 files changed

+1156
-147
lines changed

12 files changed

+1156
-147
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ gem "importmap-rails"
1414
gem "turbo-rails"
1515
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
1616
gem "stimulus-rails"
17-
# Use Tailwind CSS [https://github.com/rails/tailwindcss-rails]
18-
gem "tailwindcss-rails", "~> 3.3.1"
1917
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
2018
gem "jbuilder"
2119
# Use Redis adapter to run Action Cable in production

Gemfile.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,6 @@ GEM
296296
stimulus-rails (1.3.4)
297297
railties (>= 6.0.0)
298298
stringio (3.2.0)
299-
tailwindcss-rails (3.3.2)
300-
railties (>= 7.0.0)
301-
tailwindcss-ruby (~> 3.0)
302-
tailwindcss-ruby (3.4.17-aarch64-linux)
303-
tailwindcss-ruby (3.4.17-arm64-darwin)
304-
tailwindcss-ruby (3.4.17-x86_64-linux)
305299
thor (1.4.0)
306300
timeout (0.4.4)
307301
tsort (0.2.0)
@@ -361,7 +355,6 @@ DEPENDENCIES
361355
rubocop-rails-omakase
362356
selenium-webdriver
363357
stimulus-rails
364-
tailwindcss-rails (~> 3.3.1)
365358
turbo-rails
366359
tzinfo-data
367360
view_component

Procfile.dev

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
web: bin/rails server -p 3000
2-
css: bin/rails tailwindcss:watch

app/assets/builds/.keep

Whitespace-only changes.

app/assets/config/manifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//= link_tree ../images
2+
//= link_tree ../fonts
23
//= link_directory ../stylesheets .css
34
//= link_tree ../../javascript .js
45
//= link_tree ../../../vendor/javascript .js
5-
//= link_tree ../builds
379 KB
Binary file not shown.
344 KB
Binary file not shown.

0 commit comments

Comments
 (0)