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]"