Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix: fixing nav issue
Browse files Browse the repository at this point in the history
  • Loading branch information
armsteadj1 authored Dec 2, 2022
1 parent a43e216 commit 2699c67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ gem 'middleman', '~>4.4'
gem 'middleman-syntax', '~> 3.2'
gem 'middleman-autoprefixer', '~> 3.0'
gem 'middleman-sprockets', '~> 4.1'
gem 'sprockets', '~> 3.7.2'
gem 'rouge', '~> 3.29'
gem 'redcarpet', '~> 3.5.1'
gem 'nokogiri', '~> 1.13.6'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GEM
sassc (2.4.0)
ffi (~> 1.9)
servolux (0.13.0)
sprockets (4.1.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
temple (0.9.1)
Expand All @@ -134,6 +134,7 @@ DEPENDENCIES
redcarpet (~> 3.5.1)
rouge (~> 3.29)
sass
sprockets (~> 3.7.2)

RUBY VERSION
ruby 3.1.1p18
Expand Down
2 changes: 2 additions & 0 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
require './lib/multilang.rb'
end

activate :sprockets

activate :autoprefixer do |config|
config.browsers = ['last 2 version', 'Firefox ESR']
config.cascade = false
Expand Down

0 comments on commit 2699c67

Please sign in to comment.