Project

General

Profile

1
//
2
// Component: Placeholder
3
//
4
// ========================================================================
5

    
6

    
7
// Variables
8
// ========================================================================
9

    
10
$placeholder-background:                         transparent !default;
11

    
12
//
13
// New
14
//
15

    
16
$placeholder-border-width:                       $global-border-width !default;
17
$placeholder-border:                             $global-border !default;
18

    
19

    
20
// Component
21
// ========================================================================
22

    
23

    
24

    
25

    
26
// Miscellaneous
27
// ========================================================================
28

    
29
// @mixin hook-placeholder-misc(){}
(40-40/59)