Sign in

voaserre@up.edu.ph / auto-logs-frontend · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • auto-logs-frontend
  • postcss.config.js
  • OJT21-53: Add tailwindcss
    6fa2c38f
    voaserre@up.edu.ph authored
    2021-07-30 15:58:49 +0800  
    Browse Files »
postcss.config.js 80 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {}
  }
}