Skip to content

Commit

Permalink
Added cursor pointer to buttons and moved from node sass to sass
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpilott committed Oct 24, 2019
1 parent 7433450 commit f66a11c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@creativelittledots/reboot",
"version": "1.7.0",
"version": "1.8.0",
"license": "MIT",
"description": "The Creative Little Reboot is an opionated style reset supporting modern browsers and IE11 😒",
"repository": {
Expand All @@ -17,12 +17,12 @@
},
"devDependencies": {
"autoprefixer": "^9.4.7",
"node-sass": "^4.11.0",
"onchange": "6.0.0",
"postcss-cli": "^6.1.1"
"postcss-cli": "^6.1.1",
"sass": "^1.23.1"
},
"scripts": {
"scss": "node-sass --omit-source-map-url --output-style compressed reboot.scss reboot.css",
"scss": "sass --no-source-map -s compressed reboot.scss reboot.css",
"autoprefixer": "postcss --use autoprefixer --replace ./reboot.css --no-map",
"build": "npm run scss --silent && npm run autoprefixer --silent",
"watch": "onchange './*.scss' -- npm run build --silent",
Expand Down
2 changes: 1 addition & 1 deletion reboot.css

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

1 change: 1 addition & 0 deletions reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ button,
[type="button"],
[type="reset"],
[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}

Expand Down

0 comments on commit f66a11c

Please sign in to comment.