source: frontend/tailwind.config.js@ 5c20c64

Last change on this file since 5c20c64 was 793ce2c, checked in by Andrej <asumanovski@…>, 5 months ago

Landing page design

  • Property mode set to 100644
File size: 335 bytes
Line 
1import relumePreset from "@relume_io/relume-tailwind";
2
3/** @type {import('tailwindcss').Config} */
4export default {
5 content: [
6 "./index.html",
7 "./src/**/*.{js,ts,jsx,tsx}",
8 "./node_modules/@relume_io/relume-ui/dist/**/*.{js,ts,jsx,tsx}",
9 ],
10 presets: [relumePreset],
11 theme: {
12 extend: {},
13 },
14 plugins: [],
15};
Note: See TracBrowser for help on using the repository browser.