ESPTerm - ESP8266 terminal emulator. Branches: [master] patches, [work] next release
espterm-firmware/html_orig/sass/lib/bourbon/css3/_appearance.scss

4 lines
93 B

@mixin appearance($value) {
@include prefixer(appearance, $value, webkit moz ms o spec);
}