Skip to content

Commit

Permalink
chore(app): remove svg files refs from tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
aminah-io authored and gdixon committed Sep 15, 2022
1 parent 58f5668 commit bb638f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
.env
.nvmrc

# Logs
logs
Expand Down
6 changes: 0 additions & 6 deletions app/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
module.exports = {
content: ["./pages/**/*.{ts,tsx}", "./config/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}", "./pages/_app.tsx"],
options: {
safelist: ["passportLanding", "mobilePassportLanding"],
},
theme: {
extend: {
backgroundImage: {
landingPageBackground: "url('/assets/passportLanding.svg')",
},
colors: {
purple: {
darkpurple: "#0E0333",
Expand Down

0 comments on commit bb638f1

Please sign in to comment.