Skip to content
Snippets Groups Projects
Commit 0f52e501 authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

fix: prevent tailwindcss vscode extension warnings

parent c5a56a56
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
// cat node_modules/tailwindcss/stubs/defaultConfig.stub.js // cat node_modules/tailwindcss/stubs/defaultConfig.stub.js
import colors from 'tailwindcss/colors' const colors = require('tailwindcss/colors')
import defaultTheme from 'tailwindcss/defaultTheme' const defaultTheme = require('tailwindcss/defaultTheme')
// Delete the 2xl breakpoint from the object // Delete the 2xl breakpoint from the object
const containerScreens = Object.assign({}, defaultTheme.screens) const containerScreens = Object.assign({}, defaultTheme.screens)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment