Add a11y.css
This commit is contained in:
parent
458f81351a
commit
0ce2f98894
153 changed files with 128 additions and 22 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## Version {next}
|
## Version {next}
|
||||||
- Formally bump PHP requirement to 7.2
|
- Formally bump PHP requirement to 7.2
|
||||||
|
- Add [a11y.css](https://github.com/ffoodd/a11y.css)
|
||||||
|
|
||||||
## Version 0.15.4
|
## Version 0.15.4
|
||||||
- Improve code-base by liberal use of `strict_types`
|
- Improve code-base by liberal use of `strict_types`
|
||||||
|
|
14
composer.lock
generated
14
composer.lock
generated
|
@ -4,20 +4,20 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "aa839c8457c44ea018fd9141b3ec553e",
|
"content-hash": "6f9305c5336836a048624c615b8ea28a",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aws/aws-sdk-php",
|
"name": "aws/aws-sdk-php",
|
||||||
"version": "3.48.13",
|
"version": "3.48.14",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||||
"reference": "e083a4dae6f460df1d02dcd827cf547592f5dc29"
|
"reference": "22f5faa06b5ca1a9f375ba02f5164b64fd4f37f5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e083a4dae6f460df1d02dcd827cf547592f5dc29",
|
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/22f5faa06b5ca1a9f375ba02f5164b64fd4f37f5",
|
||||||
"reference": "e083a4dae6f460df1d02dcd827cf547592f5dc29",
|
"reference": "22f5faa06b5ca1a9f375ba02f5164b64fd4f37f5",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
"s3",
|
"s3",
|
||||||
"sdk"
|
"sdk"
|
||||||
],
|
],
|
||||||
"time": "2018-01-12T21:20:32+00:00"
|
"time": "2018-01-15T23:32:14+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "barnabywalters/mf-cleaner",
|
"name": "barnabywalters/mf-cleaner",
|
||||||
|
@ -7308,7 +7308,7 @@
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": ">=7.1.0"
|
"php": ">=7.2.0"
|
||||||
},
|
},
|
||||||
"platform-dev": []
|
"platform-dev": []
|
||||||
}
|
}
|
||||||
|
|
5
package-lock.json
generated
5
package-lock.json
generated
|
@ -47,6 +47,11 @@
|
||||||
"resolved": "https://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz",
|
||||||
"integrity": "sha1-0Hf2glVx+CEy+d/67Vh7QCn+/1c="
|
"integrity": "sha1-0Hf2glVx+CEy+d/67Vh7QCn+/1c="
|
||||||
},
|
},
|
||||||
|
"a11y.css": {
|
||||||
|
"version": "4.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/a11y.css/-/a11y.css-4.3.0.tgz",
|
||||||
|
"integrity": "sha1-2DWml9RdA+oU2QT6Y9TPMBa8bg4="
|
||||||
|
},
|
||||||
"abbrev": {
|
"abbrev": {
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
"repository": "https://github.com/jonnybarnes/jonnybarnes.uk",
|
"repository": "https://github.com/jonnybarnes/jonnybarnes.uk",
|
||||||
"license": "CC0-1.0",
|
"license": "CC0-1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"a11y.css": "^4.3.0",
|
||||||
"alertify.js": "^1.0.12",
|
"alertify.js": "^1.0.12",
|
||||||
"mapbox-gl": "^0.42.2",
|
"mapbox-gl": "^0.42.2",
|
||||||
"marked": "^0.3.12",
|
"marked": "^0.3.12",
|
||||||
|
@ -41,7 +42,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compress": "scripts/compress",
|
"compress": "scripts/compress",
|
||||||
"copy-dist": "cp ./node_modules/mapbox-gl/dist/mapbox-gl.css ./public/assets/frontend/ && cp ./node_modules/alertify.js/dist/css/alertify.css ./public/assets/frontend/ && cp ./node_modules/normalize.css/normalize.css ./public/assets/frontend/",
|
"copy-dist": "cp ./node_modules/mapbox-gl/dist/mapbox-gl.css ./public/assets/frontend/ && cp ./node_modules/alertify.js/dist/css/alertify.css ./public/assets/frontend/ && cp ./node_modules/normalize.css/normalize.css ./public/assets/frontend/ && cp -r ./node_modules/a11y.css/css ./public/assets/frontend/a11y.css",
|
||||||
"lint:es6": "eslint resources/assets/es6/*.js",
|
"lint:es6": "eslint resources/assets/es6/*.js",
|
||||||
"lint:sass": "stylelint --syntax=scss resources/assets/sass/**/*.scss",
|
"lint:sass": "stylelint --syntax=scss resources/assets/sass/**/*.scss",
|
||||||
"make": "npm run make:css && npm run make:js",
|
"make": "npm run make:css && npm run make:js",
|
||||||
|
|
1
public/assets/frontend/a11y.css/a11y-en.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-en.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-en.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-en.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-en_advices-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-en_advices-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-en_advices-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_advices-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-en_advices-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_advices-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-en_error.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-en_error.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-en_error.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_error.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-en_error.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_error.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-en_errors-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-en_errors-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-en_errors-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_errors-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-en_errors-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_errors-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-en_obsolete-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-en_obsolete-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-en_obsolete-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_obsolete-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-en_obsolete-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_obsolete-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-en_obsolete.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-en_obsolete.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-en_obsolete.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_obsolete.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-en_obsolete.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_obsolete.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-en_warning.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-en_warning.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-en_warning.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_warning.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-en_warning.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_warning.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-en_warnings-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-en_warnings-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-en_warnings-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_warnings-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-en_warnings-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-en_warnings-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-fr.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-fr.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-fr.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-fr.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-fr_advices-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-fr_advices-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-fr_advices-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_advices-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-fr_advices-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_advices-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-fr_error.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-fr_error.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-fr_error.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_error.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-fr_error.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_error.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-fr_errors-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-fr_errors-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-fr_errors-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_errors-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-fr_errors-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_errors-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-fr_obsolete-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-fr_obsolete-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-fr_obsolete-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_obsolete-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-fr_obsolete-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_obsolete-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-fr_obsolete.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-fr_obsolete.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-fr_obsolete.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_obsolete.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-fr_obsolete.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_obsolete.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-fr_warning.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-fr_warning.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-fr_warning.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_warning.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-fr_warning.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_warning.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-fr_warnings-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-fr_warnings-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-fr_warnings-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_warnings-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-fr_warnings-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-fr_warnings-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-pt-br.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-pt-br.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-pt-br.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-pt-br.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-pt-br_advices-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-pt-br_advices-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-pt-br_advices-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_advices-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-pt-br_advices-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_advices-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-pt-br_error.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-pt-br_error.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-pt-br_error.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_error.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-pt-br_error.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_error.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-pt-br_errors-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-pt-br_errors-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-pt-br_errors-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_errors-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-pt-br_errors-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_errors-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-pt-br_obsolete-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-pt-br_obsolete-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-pt-br_obsolete-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_obsolete-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-pt-br_obsolete-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_obsolete-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-pt-br_obsolete.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-pt-br_obsolete.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-pt-br_obsolete.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_obsolete.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-pt-br_obsolete.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_obsolete.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-pt-br_warning.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-pt-br_warning.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-pt-br_warning.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_warning.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-pt-br_warning.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_warning.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-pt-br_warnings-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-pt-br_warnings-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-pt-br_warnings-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_warnings-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-pt-br_warnings-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-pt-br_warnings-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-ru.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-ru.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-ru.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-ru.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-ru_advices-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-ru_advices-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-ru_advices-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_advices-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-ru_advices-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_advices-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-ru_error.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-ru_error.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-ru_error.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_error.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-ru_error.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_error.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-ru_errors-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-ru_errors-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-ru_errors-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_errors-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-ru_errors-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_errors-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-ru_obsolete-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-ru_obsolete-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-ru_obsolete-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_obsolete-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-ru_obsolete-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_obsolete-only.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-ru_obsolete.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-ru_obsolete.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-ru_obsolete.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_obsolete.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-ru_obsolete.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_obsolete.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-ru_warning.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-ru_warning.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-ru_warning.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_warning.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-ru_warning.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_warning.css.gz
Normal file
Binary file not shown.
1
public/assets/frontend/a11y.css/a11y-ru_warnings-only.css
vendored
Normal file
1
public/assets/frontend/a11y.css/a11y-ru_warnings-only.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
public/assets/frontend/a11y.css/a11y-ru_warnings-only.css.br
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_warnings-only.css.br
Normal file
Binary file not shown.
BIN
public/assets/frontend/a11y.css/a11y-ru_warnings-only.css.gz
Normal file
BIN
public/assets/frontend/a11y.css/a11y-ru_warnings-only.css.gz
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue