Skip to content

Commit

Permalink
Merge pull request #30 from umd-mith/tailwindcss
Browse files Browse the repository at this point in the history
Add Tailwind CSS
  • Loading branch information
raffazizzi authored Oct 23, 2024
2 parents 1e6e998 + 4c04594 commit a4b4dc1
Show file tree
Hide file tree
Showing 16 changed files with 863 additions and 79 deletions.
1 change: 1 addition & 0 deletions gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import "./src/styles/global.css"
2 changes: 1 addition & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const config: GatsbyConfig = {
],
},
plugins: [
"gatsby-plugin-postcss",
`gatsby-plugin-image`,
`gatsby-plugin-react-helmet`,
`gatsby-transformer-sharp`,
Expand Down Expand Up @@ -432,4 +433,3 @@ const config: GatsbyConfig = {
}

export default config

Loading

0 comments on commit a4b4dc1

Please sign in to comment.