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 = { module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}", "./index.html"], content: ["./src/**/*.{js,jsx,ts,tsx}", "./index.html"],
theme: { theme: {
@ -16,7 +17,6 @@ module.exports = {
colors: { colors: {
"link-blue": "#3498db", "link-blue": "#3498db",
"link-blue-hover": "#0468ab", "link-blue-hover": "#0468ab",
orange: colors.orange,
}, },
fontFamily: { fontFamily: {
sans: ["Roboto"], sans: ["Roboto"],