Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. module.exports = {
  2. configJS: './tailwind.js', // This is the js file created by tailwind when it was initialised
  3. sourceCSS: './src/tailwind.css', // This is the css file we created
  4. outputCSS: './src/styles.scss', // This is the global style file
  5. sass: true, // False if using css
  6. purge: false,
  7. keyframes: false,
  8. fontFace: false,
  9. rejected: false,
  10. whitelist: [],
  11. whitelistPatterns: [],
  12. whitelistPatternsChildren: []
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement