Skip to content

Commit

Permalink
grab builder ability to minify
Browse files Browse the repository at this point in the history
  • Loading branch information
ECorreia45 committed Nov 9, 2024
1 parent f0047aa commit 2537ff4
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/_layouts/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default (props) => {
${header(props)}
<div id="mobile-menu-toggle">
<a href="#docs-nav" " aria-label="toggle mobile menu open"></a>
<a href="#docs-nav" aria-label="toggle mobile menu open"></a>
</div>
<main id="documentation" class="wrapper">
Expand Down
4 changes: 2 additions & 2 deletions docs/stylesheets/common.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import 'normalize.css';
@import 'fonts.css';
@import './normalize.css';
@import './fonts.css';

html,
body {
Expand Down
2 changes: 1 addition & 1 deletion docs/stylesheets/documentation.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'common.css';
@import './common.css';

body {
background: #000306;
Expand Down
6 changes: 4 additions & 2 deletions docs/stylesheets/landing.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import 'common.css';
@import './common.css';

/* #banner ------------------ */
/* #banner ------------------
*/
#banner {
padding: 100px 0 10px;
text-align: center;
Expand Down
114 changes: 111 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"type": "github"
},
"devDependencies": {
"@beforesemicolon/builder": "^1.1.3",
"@beforesemicolon/builder": "^1.2.0",
"@gjsify/esbuild-plugin-transform-ext": "0.0.4",
"@types/jest": "^29.5.11",
"@types/jsdom": "^21.1.6",
Expand Down

0 comments on commit 2537ff4

Please sign in to comment.