refactor: standardize quote styles to single quotes across all files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}", "./src/**/*.vue"],
|
||||
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}', './src/**/*.vue'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user