trkin / kindergarten-exchange

A small tool used for parents to communicate about movement between kindergartens. Developers meet every Friday at noon CET https://meet.jit.si/kindergarten-exchange
https://premesti-se.trk.in.rs/
2 stars 0 forks source link

Problem with SASS #54

Open DeVuDeveloper opened 1 year ago

DeVuDeveloper commented 1 year ago

While we creating a rails application we can choose CSS. It can be done with an array to use more than one. For now, we depend on tailwind css. Sass is also powerful and fast at least for animations. Ok, we can do it with tailwind plugins and animations. Here I just ask if maybe because we need SASS for active admin if we can enable SASS too. For now, we can do it through the main css fail which is application.tailwind.css. This is just a comment.

duleorlovic commented 1 year ago

Since we do not have much models, I think it is better not to use active_admin. We will write admin pages manually.

Can you put a link to animation you want to add ? I think esbuild can work with sass and tailwind at same time (they produce different files, and we include both of them).