darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.32k stars 704 forks source link

Update to latest stable Bootstrap 4 #704

Open djpretzel opened 6 years ago

djpretzel commented 6 years ago

As a side note, I would personally vote that BS4 stylesheet be included verbatim and that Suit use its own separate stylesheet for overrides & additional styles, instead of the SASS compile/merge; I know there are benefits, but this would make life easier for additional customization

EOSIT commented 6 years ago

Yes; I also raised this a while back.

For myself, who is very much not a front-end/CSS guru, the "old style" way of standalone CSS files is much easier to navigate and tweak. I do wonder if "compile and merge" for what are, essentially, static configuration files is bit of an overkill.

pulse-mind commented 3 years ago

Hello,

I was trying to use some of the styles provided by bootstrap like badges (on suit v2) but it does not work. And after searching in the css, the badges was not included in the boostrap 4 alpha5 that is embedded.

If I load bootstrap css then some styles are broken.

What is your solution ?

Best regards, Fred