Fix another issue from DO styling

pull/127/head
MattIPv4 2019-11-19 21:12:33 +00:00
parent c9e6d9b5aa
commit 03fc03f6db
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -7,6 +7,7 @@ section.steps .commands {
border: 1px solid #e8e8e8;
pre {
padding: 0;
margin-bottom: 0;
font-size: inherit;