@ -121,6 +121,62 @@
Typography
< / h2 >
<!-- blockquote -->
< h3 class = "h4 margin-top-2x margin-bottom-0x" > blockquote< / h3 >
< h4 class = "h6" > Html:< / h4 >
< pre class = "code" > < code > < blockquote> < /blockquote> < / code > < / pre >
< blockquote >
Hoodie kickstarter four loko, pinterest hashtag chambray glossier. Pug before they sold out etsy listicle. Deep v bespoke tacos polaroid, squid flexitarian crucifix messenger bag.
< / blockquote >
<!-- abbr -->
< h3 class = "h4 margin-top-2x margin-bottom-0x" > >abbr< / h3 >
< h4 class = "h6" > Html:< / h4 >
< pre class = "code" > < code > < abbr title=" " > < /abbr> < / code > < / pre >
< p >
Glossier viral occupy mixtape pok pok cornhole, < abbr title = "vape affogato hella" > vape affogato hella< / abbr > knausgaard thundercats
< / p >
<!-- list -->
< h3 class = "h4 margin-top-2x margin-bottom-0x" > >Lists< / h3 >
< h4 class = "h6" > Html:< / h4 >
< pre class = "code" > < code > < ul>
< li> item 1< /li>
< li>
item 2
< ul>
< li> child item 1< /li>
< li> child item 2< /li>
< /ul>
< /li>
< /ul>
< ol>
< li> item 1< /li>
< li> item 2< /li>
< /ol>
< dl>
< dt> defined title 1< /dt>
< dd> defined item 1< /dd>
< /dl> < / code > < / pre >
< ul >
< li > item 1< / li >
< li >
item 2
< ul >
< li > child item 1< / li >
< li > child item 2< / li >
< / ul >
< / li >
< / ul >
< ol >
< li > item 1< / li >
< li > item 2< / li >
< / ol >
< dl >
< dt > defined title 1< / dt > < dd > defined item 1< / dd >
< / dl >
<!-- components -->
< hr >
< h2 id = "components" class = "margin-top-1x" >
@ -432,109 +488,8 @@ toRem(10px 10px 0 0);
< div class = "panel panel__inner width-75 margin-bottom-1x" > width-75< / div >
< div class = "panel panel__inner width-100 margin-bottom-1x" > width-100< / div >
<!-- blockquote -->
< h3 class = "h4 margin-top-2x margin-bottom-0x" > blockquote< / h3 >
< h4 class = "h6" > Html:< / h4 >
< pre class = "code" > < code > < blockquote> < /blockquote> < / code > < / pre >
< blockquote >
Hoodie kickstarter four loko, pinterest hashtag chambray glossier. Pug before they sold out etsy listicle. Deep v bespoke tacos polaroid, squid flexitarian crucifix messenger bag.
< / blockquote >
<!-- abbr -->
< h3 class = "h4 margin-top-2x margin-bottom-0x" > >abbr< / h3 >
< h4 class = "h6" > Html:< / h4 >
< pre class = "code" > < code > < abbr title=" " > < /abbr> < / code > < / pre >
< p >
Glossier viral occupy mixtape pok pok cornhole, < abbr title = "vape affogato hella" > vape affogato hella< / abbr > knausgaard thundercats
< / p >
<!-- list -->
< h3 class = "h4 margin-top-2x margin-bottom-0x" > >Lists< / h3 >
< h4 class = "h6" > Html:< / h4 >
< pre class = "code" > < code > < ul>
< li> item 1< /li>
< li>
item 2
< ul>
< li> child item 1< /li>
< li> child item 2< /li>
< /ul>
< /li>
< /ul>
< ol>
< li> item 1< /li>
< li> item 2< /li>
< /ol>
< dl>
< dt> defined title 1< /dt>
< dd> defined item 1< /dd>
< /dl> < / code > < / pre >
< ul >
< li > item 1< / li >
< li >
item 2
< ul >
< li > child item 1< / li >
< li > child item 2< / li >
< / ul >
< / li >
< / ul >
< ol >
< li > item 1< / li >
< li > item 2< / li >
< / ol >
< dl >
< dt > defined title 1< / dt > < dd > defined item 1< / dd >
< / dl >
<!-- Typography -->
< hr / >
< h2 id = "base" class = "margin-top-1x" >
< / h2 >
<!-- helpers -->
< hr / >
< h2 id = "helpers" class = "margin-top-1x" >
Helpers
< / h2 >
<!-- helpers / align -->
< h3 class = "h4 margin-top-2x margin-bottom-0x" > >
align
< / h3 >
< pre class = "code" > < code > < img class=" img-responsive" src=" https://picsum.photos/400" />
< figure>
< img class=" img-responsive" src=" https://picsum.photos/400" />
< figcaption class=" text-center" > Lorem Ipsum< /figcaption>
< /figure> < / code > < / pre >
< div class = "grid" >
< div class = "col-4" >
< div class = "text-left panel" >
Left
< / div >
< / div >
< div class = "col-4" >
< div class = "text-center panel" >
Center
< / div >
< / div >
< div class = "col-4" >
< div class = "text-right panel" >
Right
< / div >
< / div >
< / div >
<!-- helpers / Media -->
< h3 class = "h4 margin-top-2x margin-bottom-0x" > >
Media
< / h3 >
<!-- Reflex Grid -->
< hr / >
< hr class = "margin-top-3x" >
< h2 id = "reflex-grid" class = "margin-top-1x" >
Reflex Grid
< / h2 >
@ -549,18 +504,18 @@ toRem(10px 10px 0 0);
< / p >
<!-- Reflex Grid / media queries -->
< h3 class = "h4 margin-top-2x margin-bottom-0x" > >
< h3 class = "h4 margin-top-2x margin-bottom-0x" >
Media Queries
< / h3 >
< p >
For Media Queries uses the Breakpoints from the < strong > Reflex Grid< / strong > .
< / p >
< ul >
< li > xs: 576px< / li >
< li > sm: 768px< / li >
< li > md: 992px< / li >
< li > lg: 1200px< / li >
< li > xlg: 1600px< / li >
< li > < strong > xs< / strong > 576px< / li >
< li > < strong > sm< / strong > 768px< / li >
< li > < strong > md< / strong > 992px< / li >
< li > < strong > lg< / strong > 1200px< / li >
< li > < strong > xlg< / strong > 1600px< / li >
< / ul >
< p >
You can uses a Mixin to add styles to an Breakpoint.If you want
@ -572,13 +527,12 @@ toRem(10px 10px 0 0);
Sass:
< / h4 >
< pre class = "code" > < code class = "margin-bottom-1x" > @include crispy__media-md() {
< !-- your code -->
< !-- your code -->
}
@include crispy__media-md-only() {
< !-- your code -->
< !-- your code -->
}< / code > < / pre >
< / div >
< / div >
< / div >