summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/extensions/blocks/tiled-gallery/variables.scss')
-rw-r--r--plugins/jetpack/extensions/blocks/tiled-gallery/variables.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/jetpack/extensions/blocks/tiled-gallery/variables.scss b/plugins/jetpack/extensions/blocks/tiled-gallery/variables.scss
new file mode 100644
index 00000000..f0054531
--- /dev/null
+++ b/plugins/jetpack/extensions/blocks/tiled-gallery/variables.scss
@@ -0,0 +1,2 @@
+$tiled-gallery-gutter: 4px; // Fixed in JS, see `LayoutStyles` from `edit.jsx`
+$tiled-gallery-selection: #0085ba; // Gutenberg primary theme color (https://github.com/WordPress/gutenberg/blob/6928e41c8afd7daa3a709afdda7eee48218473b7/bin/packages/post-css-config.js#L4)