Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

angled-container

An SCSS mixin for creating angled containers with fallbacks for browsers that do not support clip-path property

Table of Contents

Installation

Download and add to your projects scss structure.

Usage

Include in a class and then add the class to you container

.angle-example {
	@include angle-container($angle-top: 3, $angle-bottom: 3, $angle-position-y: 'both', $angle-position-x: 'right');
}

About

An SCSS mixin for creating angled containers with fallbacks for browsers that do not support clip-path property

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages