Skip to content

Commit

Permalink
add license notices
Browse files Browse the repository at this point in the history
  • Loading branch information
progrape committed Jun 14, 2017
1 parent 1da6f90 commit fbd7c04
Show file tree
Hide file tree
Showing 86 changed files with 1,117 additions and 2,491 deletions.
35 changes: 35 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Tencent is pleased to support the open source community by making WeUI-WXSS available.
Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
If you have downloaded a copy of the WeUI-WXSS binary from Tencent, please note that the WeUI-WXSS binary is licensed under the MIT License.
If you have downloaded a copy of the WeUI-WXSS source code from Tencent, please note that WeUI-WXSS source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of WeUI-WXSS into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within WeUI-WXSS.
A copy of the MIT License is included in this file.



Other dependencies and licenses:

Open Source Software Licensed Under the MIT License:
----------------------------------------------------------------------------------------
1. autoprefixer 6.3.1
Copyright 2013 Andrey Sitnik <[email protected]>

2. gulp 3.8.10
Copyright (c) 2014 Fractal [email protected]

3. gulp-less 3.0.2
Copyright (c) 2015 Plus 3 Network [email protected]

4. gulp-postcss 6.0.1
Copyright (c) 2014 Andrey Kuzmin

5. gulp-rename 1.2.2
Copyright 2013 Hector Guillermo Parra Alvarez


Terms of the MIT License:
--------------------------------------------------------------------
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
59 changes: 6 additions & 53 deletions dist/example/index.wxss
Original file line number Diff line number Diff line change
@@ -1,53 +1,6 @@
.weui-flex {
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.weui-cells {
margin-top: 0;
opacity: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: .3s;
transition: .3s;
}
.weui-cells:before,
.weui-cells:after {
display: none;
}
.weui-cells_show {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.weui-cell:before {
right: 15px;
}
.kind-list__item {
margin: 10px 0;
background-color: #FFFFFF;
border-radius: 2px;
overflow: hidden;
}
.kind-list__item:first-child {
margin-top: 0;
}
.kind-list__img {
width: 30px;
height: 30px;
}
.kind-list__item-hd {
padding: 20px;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.kind-list__item-hd_show {
opacity: .4;
}
.kind-list__item-bd {
height: 0;
overflow: hidden;
}
.kind-list__item-bd_show {
height: auto;
}
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
.weui-flex{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.weui-cells{margin-top:0;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s}.weui-cells:after,.weui-cells:before{display:none}.weui-cells_show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.weui-cell:before{right:15px}.kind-list__item{margin:10px 0;background-color:#fff;border-radius:2px;overflow:hidden}.kind-list__item:first-child{margin-top:0}.kind-list__img{width:30px;height:30px}.kind-list__item-hd{padding:20px;-webkit-transition:opacity .3s;transition:opacity .3s}.kind-list__item-hd_show{opacity:.4}.kind-list__item-bd{height:0;overflow:hidden}.kind-list__item-bd_show{height:auto}
5 changes: 5 additions & 0 deletions dist/style/base/fn.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
5 changes: 5 additions & 0 deletions dist/style/base/mixin/setArrow.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
5 changes: 5 additions & 0 deletions dist/style/base/mixin/setOnepx.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
5 changes: 5 additions & 0 deletions dist/style/base/mixin/text.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
13 changes: 6 additions & 7 deletions dist/style/base/reset.wxss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
page {
line-height: 1.6;
font-family: -apple-system-font, "Helvetica Neue", sans-serif;
}
icon {
vertical-align: middle;
}
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
page{line-height:1.6;font-family:-apple-system-font,Helvetica Neue,sans-serif}icon{vertical-align:middle}
5 changes: 5 additions & 0 deletions dist/style/base/variable/color.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
5 changes: 5 additions & 0 deletions dist/style/base/variable/global.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
5 changes: 5 additions & 0 deletions dist/style/base/variable/weui-button.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
5 changes: 5 additions & 0 deletions dist/style/base/variable/weui-cell.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
5 changes: 5 additions & 0 deletions dist/style/base/variable/weui-dialog.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
5 changes: 5 additions & 0 deletions dist/style/base/variable/weui-grid.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
5 changes: 5 additions & 0 deletions dist/style/base/variable/weui-msg.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
5 changes: 5 additions & 0 deletions dist/style/base/variable/weui-progress.wxss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* WeUI v1.1.1 (https://github.com/weui/weui-wxss)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
Loading

0 comments on commit fbd7c04

Please sign in to comment.