Commit 11048698 authored by kantegory's avatar kantegory

Stylelint fix

parent 151d1760
Pipeline #6263 canceled with stage
......@@ -4,7 +4,7 @@
"description": "Test landing for Etersoft",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --open --host 91.232.225.11 --port 17001 --mode development",
"dev": "webpack-dev-server --open --host localhost --port 17001 --mode development",
"lint": "npx eslint src/js/*.js",
"stylelint": "stylelint 'src/**/*.scss'",
"build": "webpack --mode production"
......
......@@ -252,8 +252,8 @@ a:hover {
background: $default-color;
border: 1px solid $border-base;
border-radius: 5px;
order: 1;
padding: 0.25rem;
order: 2;
}
.pt-2 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment