1.0.8 • Published 6 years ago

postcss-partypack v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

So whats included? glad you asked…

Easings

This plugins allows you to use all the easings on easings.net, just like you would use the built in ones. Neat! Plugin

Extend

Use the @extend at-rule and functional selectors in CSS. Great! Plugin

Family

Family is a set of 26 smart Postcss functions which will help you to manage the style of :nth-child'ified elements, in an easy and classy way. Why not? Plugin

Property Lookup

Reference previously declared values without the use of variables. Plugin

Short

lets you use advanced shorthand properties in CSS. Sweet. Plugin

Defaults

Plugin NameDefault
easingstrue
extendRuletrue
familytrue
propertyLookuptrue
shorthandtrue

You can easily disable individual plugins in the following manner:

// config file
postcss-partypack: {
  "easings": false,
}