1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 18:44:01 +02:00

Add a license header to bootstrap.scss

This commit is contained in:
Xavier Gallardo
2015-09-02 15:07:20 -04:00
parent e0a2b9ed4c
commit 750656fc9c
3 changed files with 8 additions and 13 deletions

8
scss/bootstrap.scss vendored
View File

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