Skip to content

Collection of common sass mixins to create cross browser css3 rules.

Notifications You must be signed in to change notification settings

ActiveIDs/sass-mixins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sass-mixins

Collection of common sass mixins to create cross browser css3 rules. github.com/activeids/sass-mixins

aim

CSS3 brings web style rules to the next level with border radius, background gradients, box and text shadows, transformations and even animations. The downside is that it's not (yet) supported by every browser and each browser often has its own notation. Writing the style rules for each browser is tedious. Enter SASS: extending CSS with dynamic behavior such as variables, mixins, operations and functions. Using SASS we can create smart code blocks unifying the style notation and letting the CSS be generated automatically.

contents

This collection provides a set of reusable SASS code blocks for common CSS3 styles such as opacity, rgba & gradient backgrounds, rounded corners, box & text shadows, transformations, animations and other common mixins. Some of the original cross browser CSS rules are inspired by CSS3, please and some of the SASS code blocks are borrowed from Web Design Weekly.

About

Collection of common sass mixins to create cross browser css3 rules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published