Update dependencies

* flag-icon-css          ^3.4.6  →   ^3.5.0
* sweetalert2           ^9.14.0  →  ^9.14.4
* eslint-config-xo      ^0.30.0  →  ^0.31.0
* eslint-plugin-import  ^2.20.2  →  ^2.21.2
* rollup                ^2.13.1  →  ^2.15.0
This commit is contained in:
XhmikosR
2020-06-11 15:27:46 +03:00
parent cf2e1b85dc
commit 29631025f3
18 changed files with 541 additions and 131 deletions

View File

@@ -1518,6 +1518,12 @@
.flag-icon-es-ca.flag-icon-squared {
background-image: url(../flags/1x1/es-ca.svg);
}
.flag-icon-es-ga {
background-image: url(../flags/4x3/es-ga.svg);
}
.flag-icon-es-ga.flag-icon-squared {
background-image: url(../flags/1x1/es-ga.svg);
}
.flag-icon-eu {
background-image: url(../flags/4x3/eu.svg);
}

File diff suppressed because one or more lines are too long