1.0.7 • Published 6 years ago

postcss-border-align v1.0.7

Weekly downloads
2
License
CC0-1.0
Repository
github
Last release
6 years ago

PostCSS Border Align

NPM Version Build Status Support Chat

Allows you to create borders which do not affect the layout of the document.

.example {
  border: inside 2px solid red;
}

Outputs:

.example {
  box-shadow: inset 0 0 0 2px red;
}

Currently the plugin only works with solid borders, and will accept inside or outside.

Setup

npm install postcss-border-align --save-dev
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago