Skip to content

Commit 2cf833b

Browse files
committed
add missing SASS imports
1 parent d070852 commit 2cf833b

File tree

5 files changed

+6
-19
lines changed

5 files changed

+6
-19
lines changed

Assets/css/Main.css

Lines changed: 1 addition & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/css/Main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Stylesheets/_blockquote.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import 'Colors';
2+
@import 'Mixins/InlineImage';
23

34
blockquote
45
{

Stylesheets/_figure.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import 'Mixins/InlineImage';
2+
13
figure
24
{
35
margin: 2rem 0;

Stylesheets/_p.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import 'Mixins/InlineCode';
2+
@import 'Mixins/InlineImage';
23

34
p
45
{

0 commit comments

Comments
 (0)