first commit

This commit is contained in:
2024-07-15 12:33:27 +02:00
commit ce50ae282b
22084 changed files with 2623791 additions and 0 deletions

15
core/assets/vendor/tabbable/README.txt vendored Executable file
View File

@@ -0,0 +1,15 @@
Drupal core uses the UMD build of tabbable.
To create this build:
Navigate to the root directory of the tabbable library.
Ensure that dependencies have been installed:
```
yarn install
```
Build files for production:
```
yarn build
```
This will create an index.umd.min.js file in dist/ that can be used in Drupal.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long