Ctoic / Lisbook

Collection of your faviorite books.
https://lisbook.netlify.app/
MIT License
19 stars 51 forks source link

Using multiple css framework #83

Closed manoj9896 closed 2 weeks ago

manoj9896 commented 2 weeks ago

Currently in the project we are using multiple css framework. As a good practice we should use only one to avoid conflict between them. Currently used framework.


<script src="https://cdn.tailwindcss.com"></script>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"/>
<link
  href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
  rel="stylesheet"
  integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
  crossorigin="anonymous"/>

I will recommend using tailwind over bootstrap @Ctoic

manoj9896 commented 2 weeks ago

would like to work on this issue @Ctoic

YakeDev commented 2 weeks ago

@manoj9896 we have to remove tailwind

Ctoic commented 2 weeks ago

Yes sure @manoj9896 but we have to decide which framework we should keep. Most of the work on our site is implemented via bootsrap so we should stick to it.