dat.gui/elements/shared.styl

9 lines
189 B
Stylus
Raw Normal View History

2014-08-15 16:32:49 +00:00
@import 'nib';
ease = cubic-bezier( .25, .25, 0, 1 )
dark = rgba( 0, 0, 0, 0.1 );
font()
font: 500 11px 'Roboto', sans-serif;
color: #fff;
-webkit-font-smoothing: antialiased;