Skip to content

A Scss mixin which will help you to manage the style of :nth-child elements.

License

Notifications You must be signed in to change notification settings

CodyReeves/children.scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Children.scss

A Scss mixin which will help you to manage the style of :nth-child elements.

Example

@include child((
  type: in-between,
  min: 4,
  max: 10
  )...) {
    color: #fff;
  }

About

A Scss mixin which will help you to manage the style of :nth-child elements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published