
npm install @tailwindcss/typography
tailwind.config.js
module.exports = {
theme: {
extend: {
// ...
},
},
plugins: [require('@tailwindcss/typography')],
}
npm run dev
Live Demo
https://play.tailwindcss.com/uj1vGACRJA?layout=preview
Tailwind Play
An advanced online playground for Tailwind CSS that lets you use all of Tailwind's build-time features directly in the browser.
play.tailwindcss.com
'Laravel' 카테고리의 다른 글
Laravel > Middleware > Role:admin > 미들웨어에서 사용자를 구분할려면? (0) | 2024.08.14 |
---|---|
Laravel > Herd > 보안 연결(HTTPS)이 사용되지 않았습니다. 해결 (0) | 2024.07.11 |
Laravel > REST API 쉽게 구현해주는 패키지 (0) | 2024.07.11 |
Laravel > Soft Delete 구현하기 (실제로는 DB에 남아있음) (0) | 2024.06.30 |
Laravel 에서 ChatGPT API 를 연동하는 방법 (0) | 2024.06.26 |

npm install @tailwindcss/typography
tailwind.config.js
module.exports = {
theme: {
extend: {
// ...
},
},
plugins: [require('@tailwindcss/typography')],
}
npm run dev
Live Demo
https://play.tailwindcss.com/uj1vGACRJA?layout=preview
Tailwind Play
An advanced online playground for Tailwind CSS that lets you use all of Tailwind's build-time features directly in the browser.
play.tailwindcss.com
'Laravel' 카테고리의 다른 글
Laravel > Middleware > Role:admin > 미들웨어에서 사용자를 구분할려면? (0) | 2024.08.14 |
---|---|
Laravel > Herd > 보안 연결(HTTPS)이 사용되지 않았습니다. 해결 (0) | 2024.07.11 |
Laravel > REST API 쉽게 구현해주는 패키지 (0) | 2024.07.11 |
Laravel > Soft Delete 구현하기 (실제로는 DB에 남아있음) (0) | 2024.06.30 |
Laravel 에서 ChatGPT API 를 연동하는 방법 (0) | 2024.06.26 |