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: 0f14bf149e0d9ea375c707efdfa4a7b67c910b6b (plain)
1
2
3
4
5
6
7
8
9
@mixin bsBanner($file, $suffix:"") {
  /*!
   * Bootstrap #{$file} v5.2.0 (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)
   */
}