8000 GitHub - suitcss/utils-offset: CSS offset utilities
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

suitcss/utils-offset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUIT CSS utilities: offset

SUIT CSS offset utilities.

Read more about SUIT CSS's design principles.

Installation

  • npm: npm install suitcss-utils-offset
  • Download: zip

…is a convenient way to install the SUIT CSS offset utilities:

Configuration

There are 3 Media Query breakpoints:

  • --sm-viewport
  • --md-viewport
  • --lg-viewport

When using the SUIT CSS preprocessor, breakpoints can be configured using @custom-media. For example:

@custom-media --sm-viewport (min-width:320px) and (max-width:640px);
@custom-media --md-viewport (min-width:640px) and (max-width:960px);
@custom-media --lg-viewport (min-width:960px);

Usage

Please refer to the individual packages and the README for SUIT CSS utils.

About

CSS offset utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

0