Skip to content

Commit 37fa2c7

Browse files
authored
Merge pull request #22 from suitcss/cursor-pointer
Remove cursor: pointer
2 parents 19a06fa + f1bc07b commit 37fa2c7

File tree

5 files changed

+4
-16
lines changed

5 files changed

+4
-16
lines changed

.stylelintrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "4"
5-
- "5"
4+
- "stable"

lib/button.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
border-width: var(--Button-border-width);
3131
box-sizing: border-box; /* 1 */
3232
color: var(--Button-color); /* 2 */
33-
cursor: pointer;
3433
display: inline-block;
3534
font: var(--Button-font); /* 3 */
3635
margin: 0;

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,15 @@
2525
"scripts": {
2626
"build": "npm run setup && npm run preprocess",
2727
"build-test": "npm run setup && npm run preprocess-test",
28-
"lint": "suitcss -c test/config.json index.css build/lint.css && rm build/lint.css",
28+
"lint": "suitcss index.css >/dev/null",
2929
"preprocess": "suitcss index.css build/build.css",
3030
"preprocess-test": "suitcss -i test test/test.css build/test.css",
3131
"setup": "npm install",
3232
"watch": "npm run preprocess-test -- -w -v",
33-
"test": "npm run lint"
33+
"test": "npm run lint -- -e"
3434
},
3535
"devDependencies": {
36-
"stylelint-config-suitcss": "^4.0.0",
3736
"suitcss-components-test": "*",
38-
"suitcss-preprocessor": "^1.0.1"
37+
"suitcss-preprocessor": "^3.0.1"
3938
}
4039
}

test/config.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)