bootstrap-5.ts 225 B

12345
  1. import getMeta from '@/utils/meta'
  2. // The reason this is a function is to ensure that the meta tag is read before
  3. // any isBootstrap5 check is performed
  4. export const isBootstrap5 = () => getMeta('ol-bootstrapVersion') === 5