- What does this project do?
- Who is it for? What goals does this accomplish?
- Requirements for running the project
| // * TailwindCSS Configuration File | |
| // * | |
| // * Docs: https://tailwindcss.com/docs/configuration | |
| // * Default: https://github.com/tailwindcss/tailwindcss/blob/master/stubs/defaultConfig.stub.js | |
| const colors = require('tailwindcss/colors') | |
| module.exports = { | |
| future: { | |
| removeDeprecatedGapUtilities: true | |
| }, | |
| theme: { |
| module.exports = { | |
| root: true, | |
| env: { | |
| browser: true, | |
| node: true | |
| }, | |
| parserOptions: { | |
| parser: 'babel-eslint', | |
| ecmaVersion: 2020 | |
| }, |