Skip to content

Instantly share code, notes, and snippets.

View MinDBreaK's full-sized avatar

Antoine MinDBreaK

View GitHub Profile
@MinDBreaK
MinDBreaK / .env
Last active January 19, 2024 18:02
Simple Hashicorp Vault Parameter Resolver for Symfony
# Your env var to resolve : kvStore:key[:version]
VAULT_TEST=api:test
@MinDBreaK
MinDBreaK / dropdown.css
Created March 28, 2018 16:56
Material Design Select dropdown. It will automatically target all selects available in the DOM.
.select-wrapper {
display: block;
position: relative;
box-sizing: border-box;
height: 60px;
}
.select-wrapper ul {
position: absolute;