source: bus-n-go-pavel-216049/bus-n-go-frontend/tailwind.config.js@ bfb90dd

Last change on this file since bfb90dd was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 4 weeks ago

split group project and individual project into two separate folders

  • Property mode set to 100644
File size: 149 bytes
Line 
1/** @type {import('tailwindcss').Config} */
2module.exports = {
3 content: ["./src/**/*.{html,js}"],
4 theme: {
5 extend: {},
6 },
7 plugins: [],
8}
Note: See TracBrowser for help on using the repository browser.