简体   繁体   中英

tailwindcss different output css files for every pages

i have a project with Laravel using Tailwindss for ui developement. how to get different css files in output from tailwindss, how to configure tailwind to do that for me?!

like below diagram:

"resources/view/admin/*" =>>> public/css/admin.css ( 30KB )

"resources/view/writers/*" =>>> public/css/writers.css ( 20KB )....

actualy i want to have less unusabele css in output files and the output css file sizes can be smaller.

please help me

we can have different folder configeration for tailwindcss, to sole this problem and this worked for me.

like:

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM