Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cursor: pointer #22

Merged
merged 3 commits into from
Jan 14, 2017
Merged

Remove cursor: pointer #22

merged 3 commits into from
Jan 14, 2017

Conversation

simonsmith
Copy link
Member

Fixes #20

@@ -25,16 +25,15 @@
"scripts": {
"build": "npm run setup && npm run preprocess",
"build-test": "npm run setup && npm run preprocess-test",
"lint": "suitcss -c test/config.json index.css build/lint.css && rm build/lint.css",
"lint": "suitcss index.css build/lint.css -e && rm build/lint.css",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is -e useful here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it forces the build to fail on CI

Copy link
Member Author

@simonsmith simonsmith Jan 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I switched it around so the flag is only used for the CI - 806c88c

@simonsmith simonsmith merged commit 37fa2c7 into master Jan 14, 2017
@simonsmith simonsmith deleted the cursor-pointer branch January 14, 2017 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants