tailwind-ctp-intellisense/packages/tailwindcss-language-server/tests/fixtures/dependencies/tailwind.config.js

10 lines
116 B
JavaScript
Raw Normal View History

2023-08-29 09:37:51 +00:00
const colors = require('./sub-dir/colors')
module.exports = {
theme: {
extend: {
colors,
},
},
}