Skip to content

Commit

Permalink
Revert "fix scss"
Browse files Browse the repository at this point in the history
This reverts commit 570894b.
  • Loading branch information
nethad committed Jan 20, 2025
1 parent 570894b commit 81cdf88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ gem "rouge"

gem "csv", "~> 3.3"
gem "base64", "~> 0.2.0"

gem "logger", "~> 1.6"
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.5)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
Expand Down Expand Up @@ -76,7 +75,6 @@ DEPENDENCIES
csv (~> 3.3)
jekyll
kramdown
logger (~> 1.6)
rouge
webrick

Expand Down
19 changes: 9 additions & 10 deletions css/main.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
# Only the main Sass file needs front matter (the dashes are enough)
---

@charset "utf-8";

@use "../_sass/base";
@use "../_sass/layout";
@use "../_sass/site_navigation";
@use "../_sass/social_links";
@use "../_sass/join_link";
@use "../_sass/member";
@use "../_sass/meetup";
@use "../_sass/exercises";
@use "../_sass/cheat_sheet";
@import 'base';
@import 'layout';
@import 'site_navigation';
@import 'social_links';
@import 'join_link';
@import 'member';
@import 'meetup';
@import 'exercises';
@import 'cheat_sheet';

0 comments on commit 81cdf88

Please sign in to comment.