clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

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