@import './var/index.styl'
@import './components/index.styl'

// hack
body.no-select
  user-select none
body.e-resize
  cursor e-resize
body.s-resize
  cursor s-resize

[data-draggable]
  cursor move
