This website works better with JavaScript.
Explore
Help
Sign In
espterm
/
espterm-firmware
Watch
1
Star
0
Fork
You've already forked espterm-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ESPTerm - ESP8266 terminal emulator. Branches: [master] patches, [work] next release
214
Commits
4
Branches
45
Tags
3.9 MiB
Tree:
8eb01a725b
espterm-firmware
/
html_orig
/
sass
/
lib
/
bourbon
/
css3
/
_appearance.scss
4 lines
93 B
Raw
Normal View
History
Unescape
Escape
most of the wifi functionality working, + new style
8 years ago
@mixin
appearance
(
$value
)
{
@include
prefixer
(
appearance
,
$value
,
webkit
moz
ms
o
spec
)
;
}