0.13.0 • Published 1 year ago

postlude v0.13.0

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

Postlude npm CI CD

Postlude is an experimental PostCSS plugin. It is packaged with many handy custom properties and at-rules to accomodate efficient styling.

Usage

/* This custom property... */
.foo {
  -post-margin: 10px _ _ 20px;
}

/* ...becomes */
.foo {
  margin-top: 10px;
  margin-left: 20px;
}

See lib for all available features.

Options

options.atRuleName

Default: post

The at-rule name to use. Defaults to post. Example:

.foo {
  @post margin(0);
}

options.customPropertyPrefix

Default: -post-

The custom property prefix to use. Defaults to -post. Example:

.foo {
  -post-margin: 0;
}

Disclaimer

Postlude is an on-going pet project for experimenting with PostCSS styling techniques. At its current state, it is not production ready, has an ever-changing API, and lacks proper documentation. Its features are driven by internal requirements and is meant for internal use only.

0.10.0

2 years ago

0.11.0

2 years ago

0.9.0

2 years ago

0.12.0

1 year ago

0.8.0

2 years ago

0.13.0

1 year ago

0.7.0

4 years ago

0.6.0

5 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago