/*
 * This is a manifest file that'll be compiled into application.css.
 */

turbo-frame {
  display: block;
}

/* Auto-numbering for draft order lines (survives turbo insert/delete) */
#order_lines {
  counter-reset: order-line;
}

#order_lines > [id^="order_line_"] {
  counter-increment: order-line;
}

.order-line-number::before {
  content: counter(order-line);
}
