//
// Component: Placeholder
//
// ========================================================================


// Variables
// ========================================================================

//
// New
//

@placeholder-box-shadow:                        none;


// Component
// ========================================================================

.hook-placeholder() when not (@placeholder-box-shadow = none) {
    box-shadow: @placeholder-box-shadow;
}


// Miscellaneous
// ========================================================================

.hook-placeholder-misc() {}
