Skip to content

Commit

Permalink
feat: add new shortcut for page-container (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaRybkina committed Jun 5, 2023
1 parent 024402b commit 8ae08b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/_shortcuts/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { pageContainer } from './pageContainer.js';
import { typographyAliases } from './typography.js';

export const shortcuts = [typographyAliases];
export const shortcuts = [typographyAliases, pageContainer];
1 change: 1 addition & 0 deletions src/_shortcuts/pageContainer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const breakpoints = {
md: '768px',
// lg hits full desktop-width and up
lg: '990px',
// xl hits wide desktop-width and up
xl: '1300px',
};

const divideByTen = n => {
Expand Down

0 comments on commit 8ae08b3

Please sign in to comment.