|
Last change
on this file since 4f85b41 was 793ce2c, checked in by Andrej <asumanovski@…>, 5 months ago |
|
Landing page design
|
-
Property mode
set to
100644
|
|
File size:
335 bytes
|
| Line | |
|---|
| 1 | import relumePreset from "@relume_io/relume-tailwind";
|
|---|
| 2 |
|
|---|
| 3 | /** @type {import('tailwindcss').Config} */
|
|---|
| 4 | export 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.