DanCardin
DanCardin
### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CONTRIBUTING.md). - [x] Read the [Pull Request Guidelines](https://github.com/vueuse/vueuse/blob/main/packages/guidelines.md). - [x] Check that there...
As far as I can tell, bulma itself can be themed by customizing certain top-level variables like `--bulma-primary-h/s/l`, and there are numerous derived variables (like `--bulma-primary`) that end up being...
TBD: v3
There are a number of certainly breaking changes that would be awesome to make that would make maintainence of the library easier. and a number of more generic large scale...
For example ``` resource "postgresql_default_privileges" "example" { database = "foo" role = "some_role" schema = "public" owner = "owner" object_type = "table" privileges = ["SELECT"] implit_grants = true } ```...