Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aliceui/list
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 9, 2013
2 parents 639d250 + 3fd319d commit 45e1ae6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 86 deletions.
6 changes: 1 addition & 5 deletions dist/list-debug.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

/** alice/list/1.0.0/list.css **/
/*! define alice/list/1.0.0/list-debug.css */
/* alice.list 样式模块 */

@charset "utf-8";

.ui-list {
margin: 0;
padding: 10px;
Expand Down Expand Up @@ -67,4 +64,3 @@
text-align: left;
margin: 0;
}

70 changes: 0 additions & 70 deletions dist/list-full-debug.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/list-full.css

This file was deleted.

2 changes: 1 addition & 1 deletion dist/list.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "list",
"version": "1.0.0",
"root": "alice",
"family": "alice",
"description": "通用列表样式。",
"keywords": [
"列表"
],
"homepage": "",
"homepage": "http://aliceui.org/list",
"author": "",
"repository": {
"type": "git",
Expand All @@ -16,10 +16,9 @@
"url": "https://github.com/aliceui/list/issues"
},
"license": "MIT",
"dependencies": {
},
"tests": ["list"],
"output": {
"list.css": "."
"spm": {
"alias": {
},
"output": ["list.css"]
}
}
2 changes: 0 additions & 2 deletions src/list.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* alice.list 样式模块 */

@charset "utf-8";

.ui-list {
margin: 0;
padding: 10px;
Expand Down

0 comments on commit 45e1ae6

Please sign in to comment.