django-suit icon indicating copy to clipboard operation
django-suit copied to clipboard

Update to latest stable Bootstrap 4

Open djpretzel opened this issue 7 years ago • 2 comments

  • Current Suit V2 is still using BS4 alpha
  • Also doesn't include badges and some other (imho) useful BS4 components in SASS imports

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

djpretzel avatar Aug 16 '18 18:08 djpretzel

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.

EOSIT avatar Aug 17 '18 06:08 EOSIT

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

pulse-mind avatar Nov 10 '20 07:11 pulse-mind