Skip to content

Commit 2d7efd0

Browse files
author
Hiroki Tani
committed
Merge branch 'master' of github.com:hiloki/kitecss
* 'master' of github.com:hiloki/kitecss: Setup component.json Setup bower.json Remove unnecessary vendor prefixes
2 parents ef97815 + 59c997e commit 2d7efd0

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

bower.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "kitecss",
3+
"version": "0.2.0",
4+
"authors": "Hiroki Tani",
5+
"description": "Kite is a flexible layout helper CSS library.",
6+
"main": "kite.css",
7+
"license": "MIT",
8+
"ignore": [
9+
"test",
10+
"CHANGELOG.md",
11+
"LICENSE.md"
12+
]
13+
}

component.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "kitecss",
3+
"repo": "hiloki/kitecss",
4+
"version": "0.2.0",
5+
"styles": ["kite.css"],
6+
"author": "Hiroki Tani",
7+
"license": "MIT"
8+
}

kite.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ If you need to fix this bug, use the following code.
3535
*/
3636

3737
.kite__item {
38-
-moz-box-sizing: border-box;
39-
-webkit-box-sizing: border-box;
4038
box-sizing: border-box;
4139
display: inline-block;
4240
font-size: medium; // 3

kite.styl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ If you need to fix this bug, use the following code.
3535
*/
3636

3737
.kite__item {
38-
-moz-box-sizing: border-box;
39-
-webkit-box-sizing: border-box;
4038
box-sizing: border-box;
4139
display: inline-block;
4240
font-size: medium; // 3

0 commit comments

Comments
 (0)