-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐎 fix: speed up builds by switching from scss to css
fixes #28
- Loading branch information
1 parent
95adfdf
commit 4b2cc6d
Showing
12 changed files
with
293 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
// The webpage for this blog post needs to be wider, | ||
// because the table is massive. | ||
/* The webpage for this blog post needs to be wider, because the table is massive. */ | ||
.every-possible-way-to-define-a-javascript-function .page-content { | ||
max-width: 56rem; | ||
} |
Oops, something went wrong.