Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 488 Bytes

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');
}