Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_banner.scss « mixins « scss - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 718c93753439123037f1795a532a8645404fef8e (plain)
1
2
3
4
5
6
7
8
9
@mixin bsBanner($file, $suffix:"") {
  /*!
   * Bootstrap #{$file} v5.2.0-beta1 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
}