Skip to content

Instantly share code, notes, and snippets.

@MarieComet
Last active January 26, 2023 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarieComet/6271d01d8eec0f6f3fcefc943ad3a0be to your computer and use it in GitHub Desktop.
Save MarieComet/6271d01d8eec0f6f3fcefc943ad3a0be to your computer and use it in GitHub Desktop.
Access Config with variables
@charset "UTF-8";
/*
* AccessConfig Variables
*/
:root {
--accessconfig-dark: #323644;
--accessconfig-dark-rgb: 50, 54, 68;
--accessconfig-light: #fff;
--accessconfig-fieldset-background: #eee;
--accessconfig-fieldset-border: #ccc;
--accessconfig-input-background: var(--accessconfig-light);
--accessconfig-input-border: var(--accessconfig-dark);
--accessconfig-input-border-inactive: rgba(var(--accessconfig-dark-rgb), .6);
--accessconfig-overlay-background: rgba(var(--accessconfig-dark-rgb), .7);
/* Hight contrast mode */
--accessconfig-hight-contrast-dark: var(--accessconfig-dark);
--accessconfig-hight-contrast-light: var(--accessconfig-light);
--accessconfig-overlay-hight-contrast-background: rgba(var(--accessconfig-dark-rgb), .9);
/* Inverted contrast mode */
--accessconfig-inv-contrast-dark: #000080;
--accessconfig-inv-contrast-dark-rgb: 0, 13, 99;
--accessconfig-inv-contrast-light: #ff0;
--accessconfig-overlay-inv-contrast-background: rgba(var(--accessconfig-inv-contrast-dark-rgb), .8);
}
/*! AccessConfig | Access42 | accessconfig.a11y.fr */
/**
***************************
* AccessConfig modal window
***************************
*/
#a42-ac {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
/* Hide AccessConfig by default */
display: none;
width: 100%;
padding: .75rem 1.5rem 1.5rem;
overflow: auto;
font-size: 1rem;
/* Access42 colors */
color: var(--accessconfig-dark);
background-color: var(--accessconfig-light);
border: 1px solid var(--accessconfig-light);
}
@media screen and (max-width: 29.9em) {
#a42-ac {
padding: .75rem;
border: 0;
}
}
#a42-ac,
#a42-ac *,
#a42-ac *::after,
#a42-ac *::before {
box-sizing: border-box;
}
@media screen and (min-width: 50em) {
#a42-ac {
top: 10%;
right: auto;
bottom: auto;
left: 50%;
width: 90%;
margin-left: -45%;
}
}
@media screen and (min-width: 64em) {
#a42-ac {
width: 58.75em;
margin-left: -29.375rem;
}
}
/**
* AccessConfig main title
*/
#a42-ac h1 {
margin: 0 3rem 0 0;
font-size: 1.75em;
line-height: 1.3;
/* Access42 colors */
color: var(--accessconfig-dark);
}
/**
* Improved .sr-only
* Copyright (c) 2019 by ffoodd (https://codepen.io/ffoodd/pen/gwKZyq)
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#a42-ac .sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
white-space: nowrap !important;
border: 0 !important;
}
#a42-ac .sr-only-focusable:focus,
#a42-ac .sr-only-focusable:active {
width: auto !important;
height: auto !important;
margin: auto !important;
overflow: visible !important;
clip: auto !important;
-webkit-clip-path: none !important;
clip-path: none !important;
white-space: normal !important;
}
/**
* AccessConfig close button
*/
#a42-ac-close {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 1.5rem;
height: 1.5rem;
cursor: pointer;
border: 0;
}
#a42-ac-close,
#a42-ac #a42-ac-close {
overflow: hidden;
}
#a42-ac-close::after {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1.5rem;
height: 1.5rem;
margin-left: -.75rem;
content: "";
background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjQgNC4yLTQuMS00LjFoLS4xbC03LjggNy43LTcuOC03LjhoLS4xbC00LjEgNC4xIDcuOSA3LjktNy45IDcuOCA0LjEgNC4yaC4xbDcuOC03LjggNy44IDcuN2MwIC4xIDAgLjEuMSAwbDQuMS00LjEtNy44LTcuOHoiIGZpbGw9IiMzMTQ4NmUiLz48L3N2Zz4=) no-repeat 50% 50%;
}
#a42-ac-close:hover,
#a42-ac-close:focus,
#a42-ac-close:active {
background-color: transparent !important;
opacity: .6;
}
/**
* AccessConfig forms
*/
/* First, some normalize.css imports */
#a42-ac button,
#a42-ac input,
#a42-ac optgroup,
#a42-ac select,
#a42-ac textarea {
margin: 0;
font-family: inherit;
font-size: 100%;
line-height: 1.15;
}
#a42-ac button,
#a42-ac input {
overflow: visible;
}
#a42-ac button,
#a42-ac select {
text-transform: none;
}
#a42-ac button,
#a42-ac [type="button"],
#a42-ac [type="submit"] {
-webkit-appearance: button;
}
#a42-ac button::-moz-focus-inner,
#a42-ac [type="button"]::-moz-focus-inner,
#a42-ac [type="reset"]::-moz-focus-inner,
#a42-ac [type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
#a42-ac button:-moz-focusring,
#a42-ac [type="button"]:-moz-focusring,
#a42-ac [type="reset"]:-moz-focusring,
#a42-ac [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
#a42-ac legend {
box-sizing: border-box;
display: table;
float: left;
width: 100%;
max-width: 100%;
padding: 0;
padding-bottom: .364em;
margin: 0;
font-size: 1.375em;
font-weight: bold;
color: inherit;
/* Access42 colors */
color: var(--accessconfig-dark);
white-space: normal;
}
#a42-ac [type="checkbox"],
#a42-ac [type="radio"] {
box-sizing: border-box;
padding: 0;
}
/* Then, AccessConfig custom styles */
#a42-ac fieldset {
padding: 1em .5em 1em 1em;
margin: 1em 0 0 0;
background-color: var(--accessconfig-fieldset-background);
/* Access42 colors */
border-color: var(--accessconfig-fieldset-border);
border-style: solid;
border-width: 0 0 0 .625em;
}
@media screen and (min-width: 50em) {
#a42-ac .a42-ac-content {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
#a42-ac fieldset {
align-self: stretch;
width: 45%;
width: calc(50% - .5em);
}
#a42-ac fieldset:nth-child(odd) {
margin-right: .5em;
clear: left;
}
#a42-ac fieldset:nth-child(even) {
margin-left: .5em;
}
}
@media screen and (max-width: 29.9em) {
#a42-ac fieldset {
padding: .5em;
font-size: .875em;
/* 14px */
border-left-width: .357em;
}
}
#a42-ac legend + *:first-child {
clear: left;
}
#a42-ac label {
padding-top: .067em;
padding-bottom: .067em;
margin: 0 1em .533em .5em;
font-size: .938em;
/* 15px */
line-height: 1.6;
}
/* Fake radios */
#a42-ac input[type="radio"] {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
white-space: nowrap !important;
border: 0 !important;
}
#a42-ac input[type="radio"] + label {
position: relative;
display: inline-block;
padding-left: 2.267em;
margin-left: 0;
vertical-align: middle;
}
#a42-ac input[type="radio"] + label::after,
#a42-ac input[type="radio"] + label::before {
position: absolute;
display: block;
content: "";
border-radius: 100%;
}
#a42-ac input[type="radio"] + label::after {
top: .79em;
/* 5px */
left: .79em;
/* 5px */
width: .933em;
/* 14px */
height: .933em;
/* 14px */
/* Access42 colors */
background-color: var(--accessconfig-input-border);
transition: all .2s;
}
#a42-ac input[type="radio"] + label::before {
top: 0;
left: 0;
width: 1.6em;
/* 24px */
height: 1.6em;
/* 24px */
background-color: var(--accessconfig-input-background);
/* Access42 colors */
border-color: var(--accessconfig-input-border-inactive);
border-style: solid;
border-width: .2em;
}
@media screen and (max-width: 29.9em) {
#a42-ac input[type="radio"] + label::after {
top: .857em;
left: .857em;
width: 1.045em;
height: 1.045em;
}
#a42-ac input[type="radio"] + label::before {
width: 1.714em;
height: 1.714em;
}
}
#a42-ac input[type="radio"]:focus + label {
outline: 1px dotted;
}
#a42-ac input[type="radio"]:checked + label::before {
/* Access42 colors */
border-color: var(--accessconfig-dark);
}
#a42-ac input[type="radio"]:not(:checked) + label::after {
opacity: 0;
-webkit-transform: scale(0);
/* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
-ms-transform: scale(0);
/* IE 9 */
transform: scale(0);
/* IE 10, Fx 16+, Op 12.1+ */
}
#a42-ac input[type="radio"]:disabled + label {
opacity: .5;
}
#a42-ac input[type="radio"]:disabled + label:hover {
cursor: not-allowed;
}
/**
*****************************
* When AccessConfig is active
*****************************
*/
body.a42-ac-active {
overflow: hidden;
}
/**
***************************
* AccessConfig page overlay
***************************
*/
.a42-ac-overlay {
position: fixed;
/* could also be absolute */
top: 0;
left: 0;
z-index: 998;
display: none;
width: 100%;
height: 100%;
background-color: var(--accessconfig-overlay-background);
}
.a42-ac-active .a42-ac-overlay {
display: block;
}
.a42-ac-inv-contrast .a42-ac-overlay {
background-color: var(--accessconfig-overlay-inv-contrast-background) !important;
}
.a42-ac-high-contrast .a42-ac-overlay {
background-color: var(--accessconfig-overlay-hight-contrast-background) !important;
}
/**
******************************************
* AccessConfig accessibility user settings
******************************************
*/
/**
* Common styles to enforced and inverted contrasts
*/
/* Cancel background images and image borders which may cause contrast problems */
.a42-ac-high-contrast *,
.a42-ac-inv-contrast *,
.a42-ac-high-contrast *::after,
.a42-ac-inv-contrast *::after,
.a42-ac-high-contrast *::before,
.a42-ac-inv-contrast *::before {
text-shadow: none !important;
border-image: none !important;
}
/* Let SVG elements adapt to the chosen color scheme */
.a42-ac-high-contrast path,
.a42-ac-high-contrast polygon,
.a42-ac-high-contrast svg,
.a42-ac-high-contrast svg *,
.a42-ac-inv-contrast path,
.a42-ac-inv-contrast polygon,
.a42-ac-inv-contrast svg,
.a42-ac-inv-contrast svg * {
fill: currentColor;
}
/* Add a border on form elements when custom contrasts are on */
.a42-ac-high-contrast input,
.a42-ac-high-contrast textarea,
.a42-ac-high-contrast select,
.a42-ac-high-contrast form button,
.a42-ac-inv-contrast input,
.a42-ac-inv-contrast textarea,
.a42-ac-inv-contrast select,
.a42-ac-inv-contrast form button {
border-style: solid !important;
border-width: 1px !important;
}
/* Change color of ::first-letter pseudo-elements if needed */
.a42-ac-high-contrast *::first-letter,
.a42-ac-inv-contrast *::first-letter {
color: inherit !important;
}
/* input[type="range"] */
.a42-ac-high-contrast input[type="range"],
.a42-ac-inv-contrast input[type="range"] {
border: 0 !important;
}
.a42-ac-high-contrast input[type="range"]::-webkit-slider-thumb,
.a42-ac-inv-contrast input[type="range"]::-webkit-slider-thumb {
margin-top: -.25em;
/* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
@supports (-ms-ime-align: auto) {
/* Dirty hack to target Edge only */
.a42-ac-high-contrast input[type="range"]::-webkit-slider-thumb,
.a42-ac-inv-contrast input[type="range"]::-webkit-slider-thumb {
margin-top: 0;
}
}
.a42-ac-high-contrast input[type="range"]::-webkit-slider-runnable-track,
.a42-ac-inv-contrast input[type="range"]::-webkit-slider-runnable-track {
height: .313em;
}
/**
* Enforced contrast (.a42-ac-high-contrast)
*/
.a42-ac-high-contrast,
.a42-ac-high-contrast * {
color: var(--accessconfig-hight-contrast-light) !important;
background-color: var(--accessconfig-hight-contrast-dark) !important;
}
.a42-ac-high-contrast,
.a42-ac-high-contrast *,
.a42-ac-high-contrast *::before,
.a42-ac-high-contrast *::after {
border-color: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast #a42-ac-close::after {
background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjQgNC4yLTQuMS00LjFoLS4xbC03LjggNy43LTcuOC03LjhoLS4xbC00LjEgNC4xIDcuOSA3LjktNy45IDcuOCA0LjEgNC4yaC4xbDcuOC03LjggNy44IDcuN2MwIC4xIDAgLjEuMSAwbDQuMS00LjEtNy44LTcuOHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.a42-ac-high-contrast #a42-ac input[type="radio"] + label::before {
background-color: transparent !important;
border-color: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast #a42-ac input[type="radio"] + label::after {
background-color: var(--accessconfig-hight-contrast-light) !important;
}
/* Add a border on form elements when high contrast is on */
.a42-ac-high-contrast input,
.a42-ac-high-contrast textarea,
.a42-ac-high-contrast select {
color: inherit !important;
border-color: var(--accessconfig-hight-contrast-light) !important;
}
/* High contrast placeholder */
.a42-ac-high-contrast *::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast *::-moz-placeholder {
/* Firefox 19+ */
color: var(--accessconfig-hight-contrast-light) !important;
opacity: 1 !important;
}
.a42-ac-high-contrast *:-ms-input-placeholder {
/* IE 10+ */
color: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast *:-moz-placeholder {
/* Firefox 18- */
color: var(--accessconfig-hight-contrast-light) !important;
opacity: 1 !important;
}
/* High contrast for input[type="date"] */
.a42-ac-high-contrast *::-webkit-datetime-edit-text {
color: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast *::-webkit-datetime-edit-month-field {
color: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast *::-webkit-datetime-edit-day-field {
color: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast *::-webkit-datetime-edit-year-field {
color: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast ::-webkit-calendar-picker-indicator {
background: var(--accessconfig-hight-contrast-dark) !important;
}
/* High contrast for input[type="range"] */
.a42-ac-high-contrast input[type="range"]::-webkit-slider-runnable-track {
/* Webkit */
background: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast input[type="range"]::-moz-range-track {
/* Firefox */
background: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast input[type="range"]::-moz-range-thumb {
background: #000 !important;
border: .15em solid var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast input[type="range"]::-ms-fill-lower {
/* IE/Edge */
background: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast input[type="range"]::-ms-fill-upper {
background: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast input[type="range"]:focus::-ms-fill-lower {
background: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast input[type="range"]:focus::-ms-fill-upper {
background: var(--accessconfig-hight-contrast-light) !important;
}
.a42-ac-high-contrast input[type="range"]::-ms-thumb {
background: #000 !important;
border: .15em solid var(--accessconfig-hight-contrast-light) !important;
}
/**
* Inverted contrast (.a42-ac-inv-contrast)
*/
.a42-ac-inv-contrast,
.a42-ac-inv-contrast * {
color: var(--accessconfig-inv-contrast-light) !important;
background-color: var(--accessconfig-inv-contrast-dark) !important;
}
.a42-ac-inv-contrast,
.a42-ac-inv-contrast *,
.a42-ac-inv-contrast *::before,
.a42-ac-inv-contrast *::after {
border-color: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast #a42-ac-close::after {
background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjQgNC4yLTQuMS00LjFoLS4xbC03LjggNy43LTcuOC03LjhoLS4xbC00LjEgNC4xIDcuOSA3LjktNy45IDcuOCA0LjEgNC4yaC4xbDcuOC03LjggNy44IDcuN2MwIC4xIDAgLjEuMSAwbDQuMS00LjEtNy44LTcuOHoiIGZpbGw9IiNmZjAiLz48L3N2Zz4=);
}
.a42-ac-inv-contrast #a42-ac input[type="radio"] + label::before {
background-color: transparent !important;
border-color: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast #a42-ac input[type="radio"] + label::after {
background-color: var(--accessconfig-inv-contrast-light) !important;
}
/* Add a border on form elements when high contrast is on */
.a42-ac-inv-contrast input,
.a42-ac-inv-contrast textarea,
.a42-ac-inv-contrast select {
border-color: var(--accessconfig-inv-contrast-light) !important;
}
/* Inverted contrast placeholder */
.a42-ac-inv-contrast *::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast *::-moz-placeholder {
/* Firefox 19+ */
color: var(--accessconfig-inv-contrast-light) !important;
opacity: 1 !important;
}
.a42-ac-inv-contrast *:-ms-input-placeholder {
/* IE 10+ */
color: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast *:-moz-placeholder {
/* Firefox 18- */
color: var(--accessconfig-inv-contrast-light) !important;
opacity: 1 !important;
}
/* Inverted contrast for input[type="date"] */
.a42-ac-inv-contrast *::-webkit-datetime-edit-text {
color: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast *::-webkit-datetime-edit-month-field {
color: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast *::-webkit-datetime-edit-day-field {
color: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast *::-webkit-datetime-edit-year-field {
color: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast ::-webkit-calendar-picker-indicator {
background: var(--accessconfig-inv-contrast-dark) !important;
}
/* Inverted contrast for input[type="range"] */
.a42-ac-inv-contrast input[type="range"]::-webkit-slider-runnable-track {
background: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast input[type="range"]::-moz-range-track {
/* Firefox */
background: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast input[type="range"]::-moz-range-thumb {
background: var(--accessconfig-inv-contrast-dark) !important;
border: .15em solid var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast input[type="range"]::-ms-fill-lower {
/* IE/Edge */
background: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast input[type="range"]::-ms-fill-upper {
background: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast input[type="range"]:focus::-ms-fill-lower {
background: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast input[type="range"]:focus::-ms-fill-upper {
background: var(--accessconfig-inv-contrast-light) !important;
}
.a42-ac-inv-contrast input[type="range"]::-ms-thumb {
background: var(--accessconfig-inv-contrast-dark) !important;
border: .15em solid var(--accessconfig-inv-contrast-light) !important;
}
/**
* Dyslexia font
*/
@font-face {
font-family: opendys;
font-style: normal;
font-weight: normal;
src:
url(../fonts/opendyslexic/opendyslexic-regular-webfont.woff2) format("woff2"),
url(../fonts/opendyslexic/opendyslexic-regular-webfont.woff) format("woff");
}
body.a42-ac-dys-font,
body.a42-ac-dys-font * {
font-family: opendys, Arial, Verdana, sans-serif !important;
}
/**
* Dyslexia line-spacing
*/
.a42-ac-dys-spacing,
.a42-ac-dys-spacing * {
line-height: 1.5 !important;
}
/**
* Dyslexia justification
*/
.a42-ac-cancel-justification,
.a42-ac-cancel-justification * {
text-align: left !important;
}
/**
* Replace images by their alternatives
*/
.a42-ac-replace-style {
padding: .2em;
border: 5px solid !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment