Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 34 additions & 4 deletions css/icons.css

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

9 changes: 9 additions & 0 deletions css/icons/filter/after.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.filter.icon:after {
content: '';
position: absolute;
top: 5px;
left: 2px;
width: 7px;
height: 1px;
background-color: currentColor;
}
9 changes: 9 additions & 0 deletions css/icons/filter/before.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.filter.icon:before {
content: '';
position: absolute;
top: -5px;
left: -3px;
width: 17px;
height: 1px;
background-color: currentColor;
}
Empty file added css/icons/filter/i-after.css
Empty file.
Empty file added css/icons/filter/i-before.css
Empty file.
Empty file added css/icons/filter/i.css
Empty file.
9 changes: 9 additions & 0 deletions css/icons/filter/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.filter.icon {
color: #000;
position: absolute;
margin-left: 4px;
margin-top: 10px;
width: 11px;
height: 1px;
background-color: currentColor;
}
13 changes: 12 additions & 1 deletion js/cssicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,17 @@
"x"
]
},
{
"id": 2001,
"name": "filter",
"classNames": "filter",
"style": "line",
"htmlChildMarkup": false,
"cssHidden": "",
"tag": [
"filter"
]
},
{
"id": 7,
"name": "menu",
Expand Down Expand Up @@ -1970,4 +1981,4 @@
"cssHidden": "",
"tag": []
}
]
]
24 changes: 24 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'grunt' ]
2 info using [email protected]
3 info using [email protected]
4 verbose stack Error: missing script: grunt
4 verbose stack at run (/usr/local/lib/node_modules/npm/lib/run-script.js:151:19)
4 verbose stack at /usr/local/lib/node_modules/npm/lib/run-script.js:61:5
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:356:5
4 verbose stack at checkBinReferences_ (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:320:45)
4 verbose stack at final (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:354:3)
4 verbose stack at then (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:124:5)
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:311:12
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:78:16
4 verbose stack at tryToString (fs.js:455:3)
4 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:442:12)
5 verbose cwd /Users/ITTEN/Documents/Project/Fork/cssicon
6 error Darwin 16.0.0
7 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "grunt"
8 error node v6.7.0
9 error npm v3.10.3
10 error missing script: grunt
11 error If you need help, you may report this error at:
11 error <https://github.com/npm/npm/issues>
12 verbose exit [ 1, true ]
Loading