From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- .../vendor/bootstrap/site/_data/breakpoints.yml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 themes/docsy/assets/vendor/bootstrap/site/_data/breakpoints.yml (limited to 'themes/docsy/assets/vendor/bootstrap/site/_data/breakpoints.yml') diff --git a/themes/docsy/assets/vendor/bootstrap/site/_data/breakpoints.yml b/themes/docsy/assets/vendor/bootstrap/site/_data/breakpoints.yml new file mode 100644 index 0000000..3c8cfe2 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/site/_data/breakpoints.yml @@ -0,0 +1,29 @@ +- breakpoint: xs + abbr: "" + name: Extra small + min-width: 0px + container: "" + +- breakpoint: sm + abbr: -sm + name: Small + min-width: 576px + container: 540px + +- breakpoint: md + abbr: -md + name: Medium + min-width: 768px + container: 720px + +- breakpoint: lg + abbr: -lg + name: Large + min-width: 992px + container: 960px + +- breakpoint: xl + abbr: -xl + name: Extra large + min-width: 1200px + container: 1140px -- cgit v1.2.3