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

10 lines
116 B
JavaScript

const colors = require('./sub-dir/colors')
module.exports = {
theme: {
extend: {
colors,
},
},
}