diff --git a/Gemfile b/Gemfile index e768dbb4..debe11fe 100644 --- a/Gemfile +++ b/Gemfile @@ -76,3 +76,5 @@ group :test do gem "selenium-webdriver" gem "webdrivers" end + +gem "dartsass-rails", "~> 0.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 66c15845..fbe80836 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -278,6 +280,7 @@ DEPENDENCIES brakeman bundler-audit capybara + dartsass-rails (~> 0.2.0) debug image_processing (~> 1.2) importmap-rails diff --git a/app/assets/builds/.keep b/app/assets/builds/.keep new file mode 100644 index 00000000..e69de29b diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss new file mode 100644 index 00000000..8d7af90e --- /dev/null +++ b/app/assets/stylesheets/application.scss @@ -0,0 +1 @@ +// Sassy