Skip to content

Commit

Permalink
fix css?
Browse files Browse the repository at this point in the history
  • Loading branch information
LickABrick committed Aug 22, 2024
1 parent dde400a commit f6b13f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eleventy_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies & build
run: |
npm install
npx @11ty/eleventy
npm run build
- uses: actions/upload-pages-artifact@v2

deploy:
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{njk,md}", "./src/**/*.svg",],
content: ["./src/**/*.{html,njk,md}", "./src/**/*.svg",],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit f6b13f9

Please sign in to comment.