Fix another issue from DO styling
parent
c9e6d9b5aa
commit
03fc03f6db
|
@ -59,7 +59,7 @@
|
||||||
"build:scss:prod": "npm run build:scss -- --output-style=compressed",
|
"build:scss:prod": "npm run build:scss -- --output-style=compressed",
|
||||||
"build:scss:watch": "npm run build:scss -- --watch",
|
"build:scss:watch": "npm run build:scss -- --watch",
|
||||||
"autoprefixer": "postcss public/assets/css/app.min.css --use autoprefixer --no-map --replace --verbose",
|
"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": "eslint resources/js/app.js",
|
||||||
"lint:fix": "npm run lint -- --fix",
|
"lint:fix": "npm run lint -- --fix",
|
||||||
"test": "npm run lint && npm run build && start-server-and-test http-server http://localhost:8080 cypress:run",
|
"test": "npm run lint && npm run build && start-server-and-test http-server http://localhost:8080 cypress:run",
|
||||||
|
|
|
@ -7,6 +7,7 @@ section.steps .commands {
|
||||||
border: 1px solid #e8e8e8;
|
border: 1px solid #e8e8e8;
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
padding: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue