Skip to content

Commit

Permalink
Merge pull request #807 from duncdrum/EOL_node12
Browse files Browse the repository at this point in the history
Bump min node to v14
  • Loading branch information
duncdrum authored May 3, 2022
2 parents c8ae1a7 + 7343409 commit efa12ea
Show file tree
Hide file tree
Showing 8 changed files with 1,041 additions and 2,202 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: ['12', '14', '16']
node-version: ['14', '16', '18']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -20,6 +21,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm test
continue-on-error: ${{ matrix.node-version == '18' }}
release:
name: Release
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@ module.exports = class extends Generator {
description: this.props.desc,
homepage: '',
bugs: '',
engines: {
node: '>=14.0.0'
},
keywords: ['exist', 'exist-db', 'xml', 'xql', 'xquery'],
author: {
name: this.props.author,
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/ci/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dist: bionic

node_js:
- "node"
- "12"
- "14"

jdk:
- openjdk8
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/ci/exist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
exist-version: [latest, release]
java-version: [8]
node-version: ['12', '14']
node-version: ['14', '16']
# TODO: see #563 could still be usefull for gulp builds
# services:
# # Label used to access the service container
Expand Down
6 changes: 3 additions & 3 deletions generators/app/templates/github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

## Requirements

* [exist-db](http://exist-db.org/exist/apps/homepage/index.html) version: `5.x` or greater
* [exist-db](http://exist-db.org/exist/apps/homepage/index.html) version: `5.3` or greater

* [ant](http://ant.apache.org) version: `1.10.7` \(for building from source\)
* [ant](http://ant.apache.org) version: `1.10.12` \(for building from source\)
<% if (apptype == 'exist-design' || 'plain') { %>
* [node](http://nodejs.org) version: `12.x` \(for building from source\)
* [node](http://nodejs.org) version: `14.x` \(for building from source\)
<% } %>

## Installation
Expand Down
68 changes: 30 additions & 38 deletions generators/app/templates/styles/exist-2.2.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "utf-8";

@import url('bootstrap.min.css');
@import url("bootstrap.min.css");

/* ---------------------------------------- FONTS ---------------------------------------- */
@font-face {
Expand All @@ -24,15 +24,15 @@
}

.content h1 {
font-family: "QuicksandBook", "Arial", Helvetica, sans-serif;
font-family: QuicksandBook, Arial, Helvetica, sans-serif;
font-size: 1.75em;
font-weight: bold;
margin: 0.8em 0 0 0;
margin: 0.8em 0 0;
}

.content h2 {
color: #0083cb;
font-family: "QuicksandBook", "Arial", Helvetica, sans-serif;
font-family: QuicksandBook, Arial, Helvetica, sans-serif;
font-size: 1.33em;
font-weight: bold;
margin: 0.3em 0 0;
Expand Down Expand Up @@ -76,7 +76,7 @@
.content blockquote {
font-style: italic;
text-align: justify;
padding: 10px 15px 0 15px;
padding: 10px 15px 0;
border: 1px solid #abe1ff;
background: #fff;
margin: 5px 0 10px;
Expand Down Expand Up @@ -133,7 +133,7 @@
}

.content figure {
margin: 0 1em 1em 1em;
margin: 0 1em 1em;
}

.content figure.float-left {
Expand Down Expand Up @@ -172,7 +172,7 @@

.content .example {
margin: 0.25em 0 0.25em 1em;
padding: 10px 10px;
padding: 10px;
border: 1px solid #707070;
}
/* stylelint-disable-next-line no-descending-specificity */
Expand All @@ -189,32 +189,32 @@
/* ---------------------------------------- LAYOUT ---------------------------------------- */
body {
color: #222;
background: url(../images/body.gif) repeat 50% 100%;
background: url("../images/body.gif") repeat 50% 100%;
}

.grey-bot {
/* background: url(../images/body-base.gif) repeat-x 50% 100%; */
/* background: url("../images/body-base.gif") repeat-x 50% 100%; */
padding-bottom: 2em;
}

#container {
margin: 0 auto 30px auto;
margin: 0 auto 30px;
}

@media (min-width: 767px) {
#grey-top {
background: #f3f3f3 url(../images/horizontal.gif) repeat-x 50% 0;
background: #f3f3f3 url("../images/horizontal.gif") repeat-x 50% 0;
height: 100%;
position: relative;
}

#header {
background: #f3f3f3 url(../images/header.gif) top right no-repeat;
background: #f3f3f3 url("../images/header.gif") top right no-repeat;
width: 100%;
}

#header a#logo {
background: url(../images/existdb.png) center left no-repeat;
background: url("../images/existdb.png") center left no-repeat;
display: block;
width: 220px;
height: 100px;
Expand Down Expand Up @@ -249,7 +249,7 @@ body {
margin: 0 auto;
height: 50px;
color: #222;
background: url(../images/body.gif) repeat 50% 100%;
background: url("../images/body.gif") repeat 50% 100%;
}

#footer .container {
Expand Down Expand Up @@ -294,7 +294,7 @@ body {
height: 56px;
margin-bottom: 10px;
display: inline-block;
background: url(../images/powered-by.svg) no-repeat 50%;
background: url("../images/powered-by.svg") no-repeat 50%;
background-size: 100% 100%;
}

Expand All @@ -304,14 +304,12 @@ body {
background: transparent;
border: 0;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
/* stylelint-disable-next-line no-descending-specificity */
.navbar .nav > li > a {
color: #fff;
text-align: center;
font: 1.2em/1em "QuicksandBook", "Arial", Helvetica, sans-serif;
font: 1.2em/1em QuicksandBook, Arial, Helvetica, sans-serif;
padding: 18px 0;
text-shadow: none;
}
Expand All @@ -329,7 +327,7 @@ body {
.navbar-default {
height: auto;
margin-bottom: 20px;
background: url(../images/existdb-web.svg) center left no-repeat;
background: url("../images/existdb-web.svg") center left no-repeat;
border-bottom: 10px solid #2e2e2e;
}

Expand All @@ -342,12 +340,8 @@ body {
background-image: linear-gradient(to bottom, #fff, #f2f2f2);
background-repeat: repeat-x;
border: 1px solid #d4d4d4;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}

.navbar .nav > li > a {
Expand Down Expand Up @@ -379,17 +373,15 @@ body {
height: 52px;
min-width: 150px;
vertical-align: middle;
background: url(../images/bgmenu.gif) no-repeat top center;
background: url("../images/bgmenu.gif") no-repeat top center;
}

.nav .open {
background: url(../images/bgmenuhi.gif) no-repeat top center;
background: url("../images/bgmenuhi.gif") no-repeat top center;
}
/* stylelint-disable-next-line no-descending-specificity */
.dropdown-menu {
background: #0083cb;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
color: #fff;
margin: 0;
Expand Down Expand Up @@ -429,25 +421,25 @@ body {

#navigation .actions {
float: right;
margin: 8px 0 8px 0;
margin: 8px 0;
}

/* ---------------------------------------- GENERAL STYLES ---------------------------------------- */
/* stylelint-disable-next-line no-descending-specificity */
h1 {
font-size: 1.75em;
font-weight: bold;
margin: 0.8em 0 0 0;
margin: 0.8em 0 0;
padding: 0 0 5px;
font-family: "QuicksandBook", "Arial", Helvetica, sans-serif;
font-family: QuicksandBook, Arial, Helvetica, sans-serif;
color: #0083cb;
}
/* stylelint-disable-next-line no-descending-specificity */
h2 {
font-size: 1.2em;
padding: 10px 0;
font-weight: bold;
font-family: "QuicksandBook", "Arial", Helvetica, sans-serif;
font-family: QuicksandBook, Arial, Helvetica, sans-serif;
letter-spacing: 1px;
}
/* stylelint-disable-next-line no-descending-specificity */
Expand Down Expand Up @@ -492,10 +484,10 @@ a:hover {

.code {
font: 14px/20px "Ubuntu Mono", Menlo, Consolas, "Courier New", Courier, monospace;
background: #444 url(../images/noise.png);
background: #444 url("../images/noise.png");
padding: 8.5px;
width: 100%;
margin: 18px 0 18px;
margin: 18px 0;
overflow-x: auto;
}
/* stylelint-disable-next-line no-descending-specificity */
Expand All @@ -519,17 +511,17 @@ form {

input:required:invalid,
fieldset input:focus:invalid {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAAwBQTFRFvy8atzQfvzEWvDEXuzEZujIbuzEdvzAZvTAbvjAcvDAdvTIdrzcnszQisTQltTIitzQgtjUhsTssuDEguTIgujQgvD0nqkAutkM2tko5u0c4ul5Qwi8Zwy8awC8bxS4ZxiwcwTEZwDEawTAbwDAcwDEdwzIexjAaxTIZyDAbyjAcyTMdzzEazjEbzzAe0TIb0zMd0zQb1DIc1TQb1TQc1jYc1jYd1zgc2jQb2DUd2TQe2zYc3DUc3jgbxzYh1j4m4DYZ5jcZ5zYb5jYc5Dga5Dgd6TYf7Dcd7zce6zgZ6Dga7Dse7j0e8jcd8zYe8DYf8Tkb8zgd8joc8Toe8Dwf9jkb9Doc4zki5j4n6T0h7jghxkIsx0MuzUUt00Ep2kIt1kg13VE97EEm6Ugu4E064FQ98UIn8kMo80Mp90Ep9UMq3VpD3F1KxmdZw2haw2hbxGhaxGhbwW1hwHdpxndp2H1u4FlH4mVT63Jb9mZO92ZP9WhN+GVN+2RQ4HVlvIB13odx4oNv5IZy54h29o55+4p6+4t7+Y14/Yl6yI+Ew5aPxpuTxqCXyaWe3baq5JSI65CB7pKC9JKK66WX6rGb57ut6rOo7res5b6767yz+62i+q6j/qug/a2i87Cl9rGh9rOq8b+19L+z+L2x48G48MO68sa/8ci96tDK8sbB/crE/crF/srG+87K/svJ/M3I99bR99fS+9bV+93Z8ebe+OHd+eXd/OTd8ebh9e3m9u3r+ufl/eXj/ubg/ufh/efi/ufj/uXk+ujj++nl+uvl+urm/ejh++7q+u/r+vDu+vLt/PDv/fPv/vTy+/j3/Pj0//j2//n3/vv0/vr1/vv2/fr3+/39+/79/vr4/vv6/v37/f77/v38/v39/f78/f79AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOe7jtQAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuODc7gF0AAAEbSURBVChTARAB7/4A1rmNdG5xb3BwcG5tc4y43QC6isjT0NDR1djY1NLTzIu4AImVvL/Gxsa+vr7BwL29qX8AGp6rqrPDsqyurbu8r6ujFwALg5ybotjLoJqw37GfnZEOAAlsiIaEp9qmk8/FkoWHdw8AIj98eX14tc601ZB7eXpfEQAjNGJoaWd+z9uWY2pmZjYQACEzQlJUVWvK149MVlNKORUAIzFDSFBYodnJx3ZRTkEzAQAkLUBHS4HYmXXVpVhPPS8NAAInNUVkwsRlWZfVgEQ6KA8AFh0uN5TNgk1aYba3YCwHDAByAyArW11XRklGXlw+HwAbAKgSBRwpMDo8OzgyKh4EFaQA3pgZEwYIJCYmJQgKFBiO3JMVcr8Z+l4TAAAAAElFTkSuQmCC');
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAAwBQTFRFvy8atzQfvzEWvDEXuzEZujIbuzEdvzAZvTAbvjAcvDAdvTIdrzcnszQisTQltTIitzQgtjUhsTssuDEguTIgujQgvD0nqkAutkM2tko5u0c4ul5Qwi8Zwy8awC8bxS4ZxiwcwTEZwDEawTAbwDAcwDEdwzIexjAaxTIZyDAbyjAcyTMdzzEazjEbzzAe0TIb0zMd0zQb1DIc1TQb1TQc1jYc1jYd1zgc2jQb2DUd2TQe2zYc3DUc3jgbxzYh1j4m4DYZ5jcZ5zYb5jYc5Dga5Dgd6TYf7Dcd7zce6zgZ6Dga7Dse7j0e8jcd8zYe8DYf8Tkb8zgd8joc8Toe8Dwf9jkb9Doc4zki5j4n6T0h7jghxkIsx0MuzUUt00Ep2kIt1kg13VE97EEm6Ugu4E064FQ98UIn8kMo80Mp90Ep9UMq3VpD3F1KxmdZw2haw2hbxGhaxGhbwW1hwHdpxndp2H1u4FlH4mVT63Jb9mZO92ZP9WhN+GVN+2RQ4HVlvIB13odx4oNv5IZy54h29o55+4p6+4t7+Y14/Yl6yI+Ew5aPxpuTxqCXyaWe3baq5JSI65CB7pKC9JKK66WX6rGb57ut6rOo7res5b6767yz+62i+q6j/qug/a2i87Cl9rGh9rOq8b+19L+z+L2x48G48MO68sa/8ci96tDK8sbB/crE/crF/srG+87K/svJ/M3I99bR99fS+9bV+93Z8ebe+OHd+eXd/OTd8ebh9e3m9u3r+ufl/eXj/ubg/ufh/efi/ufj/uXk+ujj++nl+uvl+urm/ejh++7q+u/r+vDu+vLt/PDv/fPv/vTy+/j3/Pj0//j2//n3/vv0/vr1/vv2/fr3+/39+/79/vr4/vv6/v37/f77/v38/v39/f78/f79AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOe7jtQAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuODc7gF0AAAEbSURBVChTARAB7/4A1rmNdG5xb3BwcG5tc4y43QC6isjT0NDR1djY1NLTzIu4AImVvL/Gxsa+vr7BwL29qX8AGp6rqrPDsqyurbu8r6ujFwALg5ybotjLoJqw37GfnZEOAAlsiIaEp9qmk8/FkoWHdw8AIj98eX14tc601ZB7eXpfEQAjNGJoaWd+z9uWY2pmZjYQACEzQlJUVWvK149MVlNKORUAIzFDSFBYodnJx3ZRTkEzAQAkLUBHS4HYmXXVpVhPPS8NAAInNUVkwsRlWZfVgEQ6KA8AFh0uN5TNgk1aYba3YCwHDAByAyArW11XRklGXlw+HwAbAKgSBRwpMDo8OzgyKh4EFaQA3pgZEwYIJCYmJQgKFBiO3JMVcr8Z+l4TAAAAAElFTkSuQmCC");
background-position: right;
background-repeat: no-repeat;
-moz-box-shadow: none;
box-shadow: none;
}
/* stylelint-disable-next-line no-descending-specificity */
input:required:valid {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAAwBQTFRFU6E8UqA9U6A+U6A/VaA+VqA/V6I+WKM7WKA/WaI8WqI9WaQ+XaQ6XKQ8Zac9Z6w2Y6k6Z6w6aKo8bK45bq46d7M5fbU6fLY6frY8f7k5U59AU59BVJ9AU6BAUaBBVaBAVKFBVKBCX6JNXqZOYalRZqhSa6pfbapcb6pdbKpfcalbc6pbdKpccqdieKxofK9vf69xgLc5gLY9hrw3gLg4gLg5g7o4g7o5hLs4hLo5hLo6hbs8iL46jb1Ti7d+kMM0k8UwksU0lsQ2nskwnsgynsgzpswvqc8voMc8oMkyocozo8wzpMowpcs7rM8wrtEwrtA1ss8+sNIvtNMtttUuttYtt9Yvu9cuutgrvdkqvdksvNgtvdkvv9svsNM1ttI2utY0vdkxvtowvtsyv9ozvtg1vdwzv9k4vtg6lMRTrs5HtNNMps53rNN+wdhJwtlNw9hWyNxVx9tszd9iyuJPxeBRxuJQyuFTyuJQyuNRyuBW0eNz1OR91eR/1ut31+p41+p62Ot22Op42Op6lb6InsKRnsSUocKVrseir82mr82nrc6kr82oscWltMeusMiisM2msMyoss6r2+mNw+KgyueiyeSy1eq34/Gd4/Ce4/Cf4vKe4+2l5e6j4Oys5u+44/Cg5fCr5vGt6PC16fO26vO87ve/7fi87vi97vi/0uHO2+jW2unX6/TD7vfA7/jH8PbB8vbH8PbK9/rT9vrY9vrc9/vd+/3c+P7c+f7d+P7e6PDk6fTm6/Xo7/fr9ffh+vvl+P3g+f3h+fzi/f7m+/zq/f7s8vrx+f3x+v7w/f7x/v7y/v/z/v/0/v73/v75/v38/f7+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnz0KZQAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuODc7gF0AAAEbSURBVChTARAB7/4A0aqNkImJioyMjImLkY6r0QCsj8nLzMzMzMzMzczLyIi7AD6Xwbe5urq6urq4wsHAlocAIpWwp6apqa6urqiyw6+ULgAhbZibmpqZmqCgorakmWwmAARpf4B/f4OBg5O0oYJ+PScACjt2eXR4eHhzsaN6d3UyKgALOF5mYl1jZ5yzb2JkUDUsAAs3RmBxZVx7xnxhWVZMMSsABhdKcsSdcLWyaFpYUkQVKAAgFEJrn8q/zn1aW1RHPxEpAB8MNklRns/FbldVT0U0BykAJQISPEVqraVfU05DMw4AMACFGwUPOkBITUtEQRkQHBqSAL0tHQEMFBg5NxYTDQEeL8cA0LyEIx4DCAoJHxwdJIa+0S+PbKi6PdJ5AAAAAElFTkSuQmCC');
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAAwBQTFRFU6E8UqA9U6A+U6A/VaA+VqA/V6I+WKM7WKA/WaI8WqI9WaQ+XaQ6XKQ8Zac9Z6w2Y6k6Z6w6aKo8bK45bq46d7M5fbU6fLY6frY8f7k5U59AU59BVJ9AU6BAUaBBVaBAVKFBVKBCX6JNXqZOYalRZqhSa6pfbapcb6pdbKpfcalbc6pbdKpccqdieKxofK9vf69xgLc5gLY9hrw3gLg4gLg5g7o4g7o5hLs4hLo5hLo6hbs8iL46jb1Ti7d+kMM0k8UwksU0lsQ2nskwnsgynsgzpswvqc8voMc8oMkyocozo8wzpMowpcs7rM8wrtEwrtA1ss8+sNIvtNMtttUuttYtt9Yvu9cuutgrvdkqvdksvNgtvdkvv9svsNM1ttI2utY0vdkxvtowvtsyv9ozvtg1vdwzv9k4vtg6lMRTrs5HtNNMps53rNN+wdhJwtlNw9hWyNxVx9tszd9iyuJPxeBRxuJQyuFTyuJQyuNRyuBW0eNz1OR91eR/1ut31+p41+p62Ot22Op42Op6lb6InsKRnsSUocKVrseir82mr82nrc6kr82oscWltMeusMiisM2msMyoss6r2+mNw+KgyueiyeSy1eq34/Gd4/Ce4/Cf4vKe4+2l5e6j4Oys5u+44/Cg5fCr5vGt6PC16fO26vO87ve/7fi87vi97vi/0uHO2+jW2unX6/TD7vfA7/jH8PbB8vbH8PbK9/rT9vrY9vrc9/vd+/3c+P7c+f7d+P7e6PDk6fTm6/Xo7/fr9ffh+vvl+P3g+f3h+fzi/f7m+/zq/f7s8vrx+f3x+v7w/f7x/v7y/v/z/v/0/v73/v75/v38/f7+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnz0KZQAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuODc7gF0AAAEbSURBVChTARAB7/4A0aqNkImJioyMjImLkY6r0QCsj8nLzMzMzMzMzczLyIi7AD6Xwbe5urq6urq4wsHAlocAIpWwp6apqa6urqiyw6+ULgAhbZibmpqZmqCgorakmWwmAARpf4B/f4OBg5O0oYJ+PScACjt2eXR4eHhzsaN6d3UyKgALOF5mYl1jZ5yzb2JkUDUsAAs3RmBxZVx7xnxhWVZMMSsABhdKcsSdcLWyaFpYUkQVKAAgFEJrn8q/zn1aW1RHPxEpAB8MNklRns/FbldVT0U0BykAJQISPEVqraVfU05DMw4AMACFGwUPOkBITUtEQRkQHBqSAL0tHQEMFBg5NxYTDQEeL8cA0LyEIx4DCAoJHxwdJIa+0S+PbKi6PdJ5AAAAAElFTkSuQmCC");
background-position: right;
background-repeat: no-repeat;
-moz-box-shadow: none;
box-shadow: none;
}

.error {
Expand Down
Loading

0 comments on commit efa12ea

Please sign in to comment.