diff options
Diffstat (limited to 'node_modules/tailwindcss/colors.js')
| -rw-r--r-- | node_modules/tailwindcss/colors.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/tailwindcss/colors.js b/node_modules/tailwindcss/colors.js new file mode 100644 index 0000000..c6f9149 --- /dev/null +++ b/node_modules/tailwindcss/colors.js @@ -0,0 +1,2 @@ +let colors = require('./lib/public/colors') +module.exports = (colors.__esModule ? colors : { default: colors }).default |