{"version":3,"file":"blocks/Buttons/style-index.css","mappings":";;;AAAA,gBAAgB;AAAhB;;;;;;;;EAAA;AASA;EACE;EAEA;;;;;;;IAAA;AAQF;AAAE;EACE;AAEJ,C","sources":["webpack://brandy-blocks/./src/blocks/Buttons/style.scss"],"sourcesContent":["/**\n * Deliberately minimal.\n *\n * Justification, orientation and gap all come from layout support via\n * `block-supports/layout.php`. This file must never declare a justification\n * rule of its own — a grep for one is the tripwire that says layout support\n * has been misconfigured. Core's `wp-block-buttons` stylesheet, which this\n * block opts into by emitting that class, supplies the rest.\n */\n.wp-block-brandy-buttons {\n  box-sizing: border-box;\n\n  /**\n   * The wrapper owns justification, so children carry no margins of their own.\n   *\n   * Core's `.wp-block-buttons > .wp-block-button { margin: 0 }` already covers\n   * this for the markup we emit; the rule is repeated against the Brandy class\n   * so the block still behaves correctly if core's buttons stylesheet is not\n   * loaded on the page (separate block assets, style pruning).\n   */\n  > .wp-block-brandy-button {\n    margin: 0;\n  }\n}\n"],"names":[],"sourceRoot":""}