Skip to content

Commit

Permalink
fix: attempt my own version of tailwindcss-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
freesteph committed Jan 16, 2021
1 parent 98db914 commit 4cecba0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ group :development do
gem 'web-console'
end

gem 'tailwindcss-rails', '~> 0.1.0'
gem 'tailwindcss-rails', git: 'https://github.com/freesteph/tailwindcss-rails.git', branch: 'haml'
13 changes: 10 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/freesteph/tailwindcss-rails.git
revision: 1b7028a6e516ce42dcb434b5e6ba8ebcad29a135
branch: haml
specs:
tailwindcss-rails (0.1.0)
haml (>= 5.2.0)
rails (>= 6.0.0)

GIT
remote: https://github.com/seuros/capistrano-puma.git
revision: f8093ad3e68e67390d0ffeb5f50830b1587973f9
Expand Down Expand Up @@ -329,8 +338,6 @@ GEM
sshkit (1.21.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
tailwindcss-rails (0.1.0)
rails (>= 6.0.0)
temple (0.8.2)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
Expand Down Expand Up @@ -395,7 +402,7 @@ DEPENDENCIES
spring
spring-watcher-listen (~> 2.0.0)
sqlite3
tailwindcss-rails (~> 0.1.0)
tailwindcss-rails!
therubyracer
turbolinks (~> 5)
uglifier (>= 1.3.0)
Expand Down

0 comments on commit 4cecba0

Please sign in to comment.