-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed unused components - removed integrations - updated to v4
- Loading branch information
1 parent
8ee10a1
commit fd613cc
Showing
7 changed files
with
2,281 additions
and
1,850 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
/* CSS */ | ||
:root { | ||
font-family: Inter, sans-serif; | ||
font-feature-settings: | ||
"liga" 1, | ||
"calt" 1, /* Contextual Alternates */ | ||
"dlig" 1, /* Discretionary Ligatures */ | ||
"ss07" 1, /* fSquare punctuation */ | ||
"ss08" 1, /* Square quotes */ | ||
"zero" 1, /* Slashed zero */ | ||
"tnum" 1, /* Tabular numbers */ | ||
"cv03", /* Open six */ | ||
"cv04" 1, /* Open nine */ | ||
"cv01" 1, /* Alternate one */ | ||
"cv09", /* Flat-top three */ | ||
"cv02" 1; /* Open 4 */ | ||
} | ||
@supports (font-variation-settings: normal) { | ||
/* Use variable font if supported */ | ||
:root { | ||
font-family: InterVariable, sans-serif; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fd613cc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
quickstore – ./
quickstore-michaelandreuzza.vercel.app
quickstorre.vercel.app
quickstore-git-master-michaelandreuzza.vercel.app