0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Merge pull request #16457 from kkirsche/patch-8

[Closes #16447] Manually add license to bootstrap.less
This commit is contained in:
Mark Otto 2015-05-13 20:37:38 -07:00
commit 504c90da96

6
less/bootstrap.less vendored
View File

@ -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";