From c201d4c15e4ca06d07f6c8cc12c5c9617d8c78b2 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Mon, 6 Jan 2025 12:31:47 +0700 Subject: [PATCH] `xs` does not exist --- docs/index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 89ce22a..5ae1f09 100644 --- a/docs/index.html +++ b/docs/index.html @@ -59,7 +59,15 @@

@ecodev/natural-layout

Getting started

-

Available breakpoints prefixes : xs, sm, md, lg, xl.

+

+ Available breakpoints prefixes : sm, md, lg, + xl. +

+

+ xs does not exist because it is the default breakpoint. We design for + xs first, with nat-vertical, then adapt for other breakpoints if needed, with + nat-md-horizontal. +

Usage : class="nat[-breakpoint]-class[-size]"