diff --git a/README.md b/README.md index cf3ef21..b1af10c 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,9 @@ Open [https://localhost](https://localhost) and enjoy! 🙂 * [PHPUnit 11.0](https://phpunit.de) * The classless [BareCSS](http://barecss.com) CSS framework +**PS**: A [fork of BareCSS](https://github.com/strangebuzz/BareCSS/) was created +to fix some issues as the project is not maintained anymore. + ## Features 🚀 diff --git a/importmap.php b/importmap.php index e735928..a26a899 100644 --- a/importmap.php +++ b/importmap.php @@ -25,7 +25,7 @@ 'path' => '@symfony/stimulus-bundle/loader.js', ], 'barecss/css/bare.min.css' => [ - 'version' => '1.1.1', + 'version' => '1.2.0', 'type' => 'css', ], ];