Merge branch 'feature/tailwindcss-3.1' into develop

This commit is contained in:
Willian Mitsuda 2022-08-08 05:19:20 -03:00
commit 8418ce97bc
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@ function withOpacity(variableName) {
};
}
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}", "./index.html"],
theme: {
@ -16,7 +17,6 @@ module.exports = {
colors: {
"link-blue": "#3498db",
"link-blue-hover": "#0468ab",
orange: colors.orange,
},
fontFamily: {
sans: ["Roboto"],