Skip to content

Commit 0dbe1aa

Browse files
Abdulnasır OlcanAbdulnasır Olcan
Abdulnasır Olcan
authored and
Abdulnasır Olcan
committed
🚀 updated exmaple
1 parent 4a24783 commit 0dbe1aa

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
## :books: Introduction
2020

21-
Fast 1.15kB, Gzip 0.63KB, React Component to lazy load and other components/elements and use the [Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API).
21+
Fast 1.15KB, Gzip 0.63KB, React Component to lazy load and other components/elements and use the [Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API).
2222

2323
## :rocket: Example
2424

example/postcss.config.cjs

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
const { join } = require('path');
2+
13
module.exports = {
2-
plugins: {
3-
tailwindcss: {},
4-
autoprefixer: {},
5-
}
4+
plugins: {
5+
tailwindcss: {
6+
config: join(__dirname, 'tailwind.config.cjs'),
7+
},
8+
autoprefixer: {},
9+
},
610
}

0 commit comments

Comments
 (0)