Skip to content

Commit

Permalink
get tailwinded
Browse files Browse the repository at this point in the history
  • Loading branch information
WaylonWalker committed Dec 2, 2023
1 parent 22b2354 commit 5f4cb1c
Show file tree
Hide file tree
Showing 5 changed files with 765 additions and 0 deletions.
1 change: 1 addition & 0 deletions static/app.css

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions static/w.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["templates/**/*.{html,js}"],
plugins: [require("@tailwindcss/typography")],
purge: {
enabled: true,
},
theme: {
extend: {
saturate: {
25: ".25",
75: ".75",
},
screens: {
print: { raw: "print" },
},
width: {
128: "32rem",
},
boxShadow: {
xlc: "0 0 60px 15px rgba(0, 0, 0, 0.3)",
},
},
},
};
Loading

0 comments on commit 5f4cb1c

Please sign in to comment.