summaryrefslogtreecommitdiffstats
path: root/src/styles/abstracts/_variables.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-20 19:06:49 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-20 19:06:49 +0100
commit43cdb7607d9423109758334155acfe844eab6ea5 (patch)
tree0798fbb6f00bfbdbc3bd64759ffdb305dee43f0c /src/styles/abstracts/_variables.scss
parentf9df5cbce7db38ce83cc8b40346c9cabde5debc4 (diff)
chore: define search form visibility
Diffstat (limited to 'src/styles/abstracts/_variables.scss')
-rw-r--r--src/styles/abstracts/_variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/abstracts/_variables.scss b/src/styles/abstracts/_variables.scss
index 1ea1d5d..7dfc720 100644
--- a/src/styles/abstracts/_variables.scss
+++ b/src/styles/abstracts/_variables.scss
@@ -38,6 +38,7 @@ $ratios: (
/// @prop {String} keys - Keys are identifiers mapped to a given length
/// @prop {Map} values - Values are actual breakpoints expressed in pixels
$breakpoints: (
+ "2xs": fun.convert-px(400, "em"),
"xs": fun.convert-px(600, "em"),
"sm": fun.convert-px(800, "em"),
"md": fun.convert-px(1280, "em"),