aboutsummaryrefslogtreecommitdiff
path: root/static/js/wpaint/lib/mixins.styl
blob: b92debef95beb9dce0fcf5cfe3d03296f4f4dd7b (plain) (blame)
1
2
3
4
5
6
7
display(type)
  if type == 'inline-block'
    display: inline-block;
    *display: inline;
    zoom: 1;
  else
    display: type;