diff options
| author | Chris Rebert <[email protected]> | 2015-09-02 13:09:14 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-02 13:09:14 -0700 |
| commit | d13c4b35d458e359208da6abbe89b8932fc87dd0 (patch) | |
| tree | ae663813815e4f7fe91ba6970a9be984a0d2dc68 /scss | |
| parent | e0a2b9ed4c8707682f8e6c1ebbebcb51f4fc46ac (diff) | |
| parent | 750656fc9cb00b3ac399ed958955d0df6d901ffe (diff) | |
| download | bootstrap-d13c4b35d458e359208da6abbe89b8932fc87dd0.tar.xz bootstrap-d13c4b35d458e359208da6abbe89b8932fc87dd0.zip | |
Merge pull request #17447 from Stavrus/sass-license-header
Add a license header to bootstrap.scss
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/bootstrap.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index 892ae560a..203109faf 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -1,4 +1,10 @@ -// Core variables and mixins +/*! + * Bootstrap v4.0.0-alpha (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"; @import "mixins"; |
