Skip to content

Commit

Permalink
install dartsass
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Feb 15, 2022
1 parent ffd09bf commit dc6e5e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ group :test do
gem "selenium-webdriver"
gem "webdrivers"
end

gem "dartsass-rails", "~> 0.2.0"
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ GEM
childprocess (4.1.0)
concurrent-ruby (1.1.9)
crass (1.0.6)
dartsass-rails (0.2.0)
railties (>= 6.0.0)
debug (1.4.0)
irb (>= 1.3.6)
reline (>= 0.2.7)
Expand Down Expand Up @@ -278,6 +280,7 @@ DEPENDENCIES
brakeman
bundler-audit
capybara
dartsass-rails (~> 0.2.0)
debug
image_processing (~> 1.2)
importmap-rails
Expand All @@ -302,4 +305,4 @@ RUBY VERSION
ruby 3.1.0p0

BUNDLED WITH
2.2.32
2.3.3
Empty file added app/assets/builds/.keep
Empty file.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Sassy

0 comments on commit dc6e5e2

Please sign in to comment.