-1

At the moment you use bootstrap-4.0.0-alpha.5 as peer dependency. Any reason why you are still on this version? Which part of bootstrap are you internally using?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
Massimo Costa
  • 1,864
  • 15
  • 23

1 Answers1

0

If you build a custom theme then you would need to install that version of bootstrap. See https://vmware.github.io/clarity/documentation/v0.11/themes

Jeremy Wilken
  • 6,965
  • 22
  • 21
  • thanks for the answer, I was just curious why the version is not the stable one but the alpha – Massimo Costa May 11 '18 at 07:18
  • Simply because we implemented the alpha5 version originally and then Bootstrap had breaking changes that we did not want to pass onto our users. Our long term goal is to remove Bootstrap, but with proper deprecation and migration strategies. – Jeremy Wilken May 12 '18 at 14:32