feat: Make build compressing the css
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"sass": "^1.89.2"
|
"sass": "^1.89.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-bulma": "sass --load-path=node_modules src/fellchensammlung/static/fellchensammlung/css/main.scss src/fellchensammlung/static/fellchensammlung/css/main.css",
|
"build-bulma": "sass --load-path=node_modules src/fellchensammlung/static/fellchensammlung/css/main.scss src/fellchensammlung/static/fellchensammlung/css/main.css --style compressed",
|
||||||
"start": "npm run build-bulma -- --watch"
|
"start": "npm run build-bulma -- --watch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -147,7 +147,6 @@ p > a.button {
|
|||||||
|
|
||||||
.animal-shelter-marker {
|
.animal-shelter-marker {
|
||||||
background-image: url('../img/animal_shelter.png');
|
background-image: url('../img/animal_shelter.png');
|
||||||
!important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-in-content #map {
|
.map-in-content #map {
|
||||||
|
Reference in New Issue
Block a user