lazymozek / gulp-with-tailwindcss

Gulp with TailwindCSS Starter Kit
https://gulp-with-tailwindcss.com
MIT License
256 stars 70 forks source link

How to add more css file like AOS or anything else? #29

Closed themeix closed 1 year ago

themeix commented 3 years ago

Can you please show an example, how to include more extra css file in there?

And also please show the ideal method to include new js like jquery, owl-carousel etc.

Thanks

manwithawp commented 1 year ago

In the a.tailwind.scss for example swiper


@tailwind base;
@tailwind components;
@tailwind utilities;

@import "../../node_modules/swiper/swiper-bundle";