$Core = {
  prefix: '_'
  breakpoint_prefix: ':'
  logic_max: 10
  use: {
    breakpoints: true
    color_variants: true
    size_variants: true
  }
  bundle: {
    prism: true
  }
}

_ = {
  current_selector: ''
  directions: {
    left: 'l'
    right: 'r'
    top: 't'
    bottom: 'b'
  }
}