-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 👾 hello world postcss + sass \o/ * 👾 header and footer in scss * 👾 added scss folder * 👾 removed comments * 👾 object.entries polyfill for ie11 * 👾 remove onAppUpdated since it is deprecated in next5 * 👾 refactored error, pages, some components * 👾 done with utils.css * 👾 a whole new batch of migrated css * 👾 another batch of migrations * 👾 refresh? * 👾 back with lint * 👾 utilfunctions is back * 👾 removed titlecase (unused) * 👾 test is back * 👾 selenium lib is back * 👾 with source maps / minor fixes / no extra packages * 👾 upgraded react-slick / minor fixes * 👾 added scss linter * 👾 fixed precommit hook * 👾 fixed precommit hook * 👾 linted all scss * 👾 removed stylelint-config-standard because hugomrdias/prettier-stylelint#8 * 👾 fixed remnant css var / fixed breadcrumb alignment * 👾 version bump * 👾 added yarn step to analyzer * 👾 with next bundle analyzer * 👾 now with separate printable guide * 👾 eliminated some globals * 👾 removed unused classes
- Loading branch information
Showing
16 changed files
with
316 additions
and
177 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 |
---|---|---|
|
@@ -10,6 +10,10 @@ | |
@media (min-width: $mediumRem) { | ||
display: none; | ||
} | ||
|
||
@media print { | ||
display: none; | ||
} | ||
} | ||
|
||
.header { | ||
|
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
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
Oops, something went wrong.