-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # package-lock.json # package.json # src/modules/controls.scss # src/version.scss
- Loading branch information
Showing
95 changed files
with
15,193 additions
and
20,606 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
// ---------------------------------------------------------------------------- | ||
// DESCRIPTION | ||
// ---------------------------------------------------------------------------- | ||
// | ||
// Load this file in your main Sass file to include all the utilities, mixins, and modules. There is | ||
// essentially no tree-shaking in Sass, so you will get everything in this package. In complex sites | ||
// it probably makes sense to be more strategic about loading. | ||
// | ||
// In many cases you'll want to load index.scss instead of this file (which don't include modules or | ||
// controls but just utils and common site aware mixins and functions). | ||
// | ||
// USAGE: @use '@thinkpixellab-public/px-styles/all' as *; | ||
|
||
// ---------------------------------------------------------------------------- | ||
// FORWARDS | ||
// ---------------------------------------------------------------------------- | ||
|
||
// Reusable utils (functions, mixins) that have no dependency on site configuration settings | ||
@forward 'src/utils'; | ||
|
||
// Mixins / functions that have configuration settings / site awareness | ||
@forward 'src/site'; | ||
|
||
// Standalone modules (depends on both utils and site) | ||
@forward 'src/modules/atoms'; | ||
@forward 'src/modules/boilerplate'; | ||
@forward 'src/modules/highlightjs'; | ||
@forward 'src/modules/reading'; | ||
@forward 'src/modules/sanitize'; | ||
@forward 'src/modules/controls'; | ||
|
||
// Initializer (must run init() to set up site) | ||
@forward 'src/init'; |
Oops, something went wrong.