mirror of
https://github.com/google/pebble.git
synced 2025-11-24 00:10:56 -05:00
Import the pebble dev site into devsite/
This commit is contained in:
8
third_party/bourbon/css3/_placeholder.scss
vendored
Normal file
8
third_party/bourbon/css3/_placeholder.scss
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
@mixin placeholder {
|
||||
$placeholders: ":-webkit-input" ":-moz" "-moz" "-ms-input";
|
||||
@each $placeholder in $placeholders {
|
||||
&:#{$placeholder}-placeholder {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user