Skip to content

discollizard/responsify.scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

responsify.scss

a quick and simple way to quickly responsify your web app using sass


How to use

To use responsify, just declare the css rule you wish to alter, then the 4 values (in order: sm, md, lg, xl) that the rule will assume depending on the current screen size:

  @include responsify('font-size', 6vw, 5vw, 4vw, 3vw);

About

a quick and simple way to quickly responsify your web app using sass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages