Skip to content

Commit

Permalink
style: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesx00 committed Dec 18, 2024
1 parent d63a907 commit 879a3e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,6 @@ module.exports = function (eleventyConfig) {
return new Date().toISOString();
});

eleventyConfig.addShortcode("fileContent", (inputPath, fileName) => {
const directory = path.dirname(inputPath);
const fullPath = path.join(directory, "files", fileName);
return fs.readFileSync(fullPath);
});

// Features to make your build faster (when you need them)

// If your passthrough copy gets heavy and cumbersome, add this line
Expand Down
12 changes: 0 additions & 12 deletions public/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -1664,10 +1664,6 @@ h4 {
width: 100vw;
}

.min-w-full {
min-width: 100%;
}

.max-w-4xl {
max-width: 56rem;
}
Expand Down Expand Up @@ -3774,14 +3770,6 @@ code {
width: 20rem;
}

.md\:min-w-0 {
min-width: 0px;
}

.md\:max-w-prose {
max-width: 65ch;
}

.md\:flex-1 {
flex: 1 1 0%;
}
Expand Down

0 comments on commit 879a3e5

Please sign in to comment.