mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-25 00:05:54 +08:00
Update footer & styling (#127)
* Add DO to footer & update styling * Fix a DO body styling issue whilst we're here * Fix another issue from DO styling
This commit is contained in:
committed by
Bálint Szekeres
parent
0d8ff2e44a
commit
e40c2edfa0
@@ -59,7 +59,7 @@
|
||||
"build:scss:prod": "npm run build:scss -- --output-style=compressed",
|
||||
"build:scss:watch": "npm run build:scss -- --watch",
|
||||
"autoprefixer": "postcss public/assets/css/app.min.css --use autoprefixer --no-map --replace --verbose",
|
||||
"browsersync": "browser-sync 'public/' --watch",
|
||||
"browsersync": "browser-sync 'public/' --watch --cors",
|
||||
"lint": "eslint resources/js/app.js",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
"test": "npm run lint && npm run build && start-server-and-test http-server http://localhost:8080 cypress:run",
|
||||
|
Reference in New Issue
Block a user