Skip to content

Commit

Permalink
tailwind config: removes jit mode and updates content
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez authored and davidsingal committed Apr 19, 2023
1 parent d0199e5 commit f77ee4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ const colors = require('tailwindcss/colors');

/** @type import('tailwindcss').Config */
module.exports = {
mode: 'jit',
content: ['./src/**/*.{js,jsx,ts,tsx}'],
content: ['./src/**/*.{ts,tsx}'],
darkMode: 'media',
theme: {
extend: {
Expand Down

1 comment on commit f77ee4b

@vercel
Copy link

@vercel vercel bot commented on f77ee4b Apr 19, 2023

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:

landgriffon-client – ./client

landgriffon-client.vercel.app
landgriffon-client-git-dev-vizzuality1.vercel.app
landgriffon-client-vizzuality1.vercel.app

Please sign in to comment.