Skip to content

Lockf0rc/Learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Learn how to use style frameworks

By:patterns
Markups: "using Emmlet syntax" http://docs.emmet.io/cheat-sheet/

#Founation ##VISIBILITY CLASSES

 @import "foundation/components/visibility";

SHOW visibility classes to show certain strings of text based on the device on which users view a page. Markup:

div.panel+span.show-for-small-only+.show-for-medium-up
Pattern: .{action}-for-{sizes}-{quantity}
{action}:show|hide
{sizes}: small|medium|large|xlarge|xxlarge
{quantity}: only|up

####Orientation Detection

Pattern:.show-for-{orintation}

{oriantation}:landscape|portrait ####Touch Detection

Pattern:.{action}-for-touch

####Accessibility pattern:

.hidden-for-{sizes}-{quantity}

##OFF-CANVAS Off-canvas menus are positioned outside of the viewport and slide in when activated.

MARKUP:

#Bootstrap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published