Skip to content

Commit

Permalink
Merge pull request #35 from xndbogdan/chore/statamic-5-upgrade
Browse files Browse the repository at this point in the history
chore: statamic 5 upgrade
  • Loading branch information
xndbogdan authored May 14, 2024
2 parents 1bca5f6 + b81fc0c commit d68e789
Show file tree
Hide file tree
Showing 9 changed files with 2,165 additions and 2,958 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ If you only wish to use the default tailwind palette, then it's as easy as runni
The simplest way of adding new colors to this plugin is by adding a `bard-custom-colors.php` config file to your project.
Please check [this](https://github.com/xndbogdan/statamic-bard-text-color/blob/main/config/bard-custom-colors.php) file if you need an example.

### Pulling colors from tailwind.config.js automatically
This part is still under development.
I'm planning to release a package that automatically exports your config when building/rebuilding the assets.
## Planned features

- Pull colors from tailwind.config.js automatically
- Upgrade to Vue 3
- Upgrade to Vite
- Improve user experience

## Credits

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"statamic/cms": "^4.0"
"statamic/cms": "^5.0"
},
"name": "xndbogdan/statamic-bard-text-color",
"license": [
Expand Down
Loading

0 comments on commit d68e789

Please sign in to comment.