Skip to content

Commit 80838b9

Browse files
update css (#79)
1 parent 64dad9a commit 80838b9

File tree

13 files changed

+41
-19
lines changed

13 files changed

+41
-19
lines changed

Gemfile.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,25 @@ GEM
110110
rb-fsevent (~> 0.10, >= 0.10.3)
111111
rb-inotify (~> 0.9, >= 0.9.10)
112112
mercenary (0.4.0)
113-
nokogiri (1.16.7-aarch64-linux)
113+
mini_portile2 (2.8.8)
114+
nokogiri (1.18.3)
115+
mini_portile2 (~> 2.8.2)
114116
racc (~> 1.4)
115-
nokogiri (1.16.7-arm-linux)
117+
nokogiri (1.18.3-aarch64-linux-gnu)
116118
racc (~> 1.4)
117-
nokogiri (1.16.7-arm64-darwin)
119+
nokogiri (1.18.3-aarch64-linux-musl)
118120
racc (~> 1.4)
119-
nokogiri (1.16.7-x86-linux)
121+
nokogiri (1.18.3-arm-linux-gnu)
120122
racc (~> 1.4)
121-
nokogiri (1.16.7-x86_64-darwin)
123+
nokogiri (1.18.3-arm-linux-musl)
122124
racc (~> 1.4)
123-
nokogiri (1.16.7-x86_64-linux)
125+
nokogiri (1.18.3-arm64-darwin)
126+
racc (~> 1.4)
127+
nokogiri (1.18.3-x86_64-darwin)
128+
racc (~> 1.4)
129+
nokogiri (1.18.3-x86_64-linux-gnu)
130+
racc (~> 1.4)
131+
nokogiri (1.18.3-x86_64-linux-musl)
124132
racc (~> 1.4)
125133
pathutil (0.16.2)
126134
forwardable-extended (~> 2.6)

_sass/_comments.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@use 'variables' as *;
12
/**
23
* 5.2 Comments
34
* ----------------------------------------------------------------------------

_sass/_footer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@use 'variables' as *;
12
/**
23
* 8. Site Footer
34
* ----------------------------------------------------------------------------

_sass/_general.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@use 'variables' as *;
2+
13
/**
24
* 2. General
35
* ----------------------------------------------------------------------------

_sass/_header.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@use 'variables' as *;
12
/**
23
* 4. Site Header
34
* ----------------------------------------------------------------------------

_sass/_media-queries.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@use 'variables' as *;
12
/**
23
* 9. Media Queries
34
* ----------------------------------------------------------------------------

_sass/_pagination.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@use 'variables' as *;
12
/**
23
* 5.3 Paging Navigation
34
* ----------------------------------------------------------------------------

_sass/_posts-pages.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@use 'variables' as *;
12
/**
23
* 5. Content
34
* 5.1 Posts and Pages

_sass/_reset.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@use 'variables' as *;
12
/**
23
* 1. Reset
34
* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css

_sass/_sidebar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@use 'variables' as *;
12
/**
23
* 6. Sidebar
34
* ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)