-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Separate out js and css for better loading - Add nav component - Move aside to be floating - Improve article css - Migrate away from underscore - Default outline points to article - Outline is default open when the first header is on screen - Use registerComponent from components - Remove all references to lit-element underscore - they were double counting in the pacakge size. - Migrate all elements to withRuntime - Limit languages that are installed with hljs - Pad code when put back in textContent - Imporves formatting - Add card component - Improve setup and rendering of math, outline, etc. - Add theme.css - Added size analyzers - Expose shortcut to global window iooxa object.
- Loading branch information
Showing
23 changed files
with
1,811 additions
and
304 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
dist/ | ||
node_modules/ | ||
styles/index.css* | ||
styles/_components.scss | ||
stats.json |
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.