mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 09:40:23 +00:00
Merge pull request #16457 from kkirsche/patch-8
[Closes #16447] Manually add license to bootstrap.less
This commit is contained in:
commit
504c90da96
1 changed files with 6 additions and 0 deletions
6
less/bootstrap.less
vendored
6
less/bootstrap.less
vendored
|
|
@ -1,3 +1,9 @@
|
|||
/*!
|
||||
* Bootstrap v3.3.4 (http://getbootstrap.com)
|
||||
* Copyright 2011-2015 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
// Core variables and mixins
|
||||
@import "variables.less";
|
||||
@import "mixins.less";
|
||||
|
|
|
|||
Loading…
Reference in a new issue