UNPKG

generator-cheminfo

Version:

Generator for the different cheminfo organizations

7 lines (5 loc) 165 B
/* eslint-disable no-undef */ const tailwindcss = require('tailwindcss'); module.exports = { plugins: [tailwindcss('./tailwind.js'), require('autoprefixer')], };