Skip to content

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

Notifications You must be signed in to change notification settings

TommyScribble/angled-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages