source: tailwind.config.js

main
Last change on this file was f4b4afa, checked in by Nikola Todoroski <nikola.todoroski@…>, 3 weeks ago

Pushed whole project, original project location on github:https://github.com/hehxd/Tech-Harbor

  • Property mode set to 100644
File size: 148 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.