README
PostCSS clip-path
PostCSS PostCSS plugin that adds clip-path value from clippy.
.foo {
clip-path: triangle;
}
.foo {
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
--
Value
triangletrapezoidparallelogramrhombuspentagonhexagonheptagonoctagonnonagondecagonbevelrabbetleftArrowrightArrowleftPointrightPointleftChevronrightChevronstarcrossmessagecloseframe
--
Usage
postcss([ require('postcss-clip-path') ])
See PostCSS docs for examples for your environment.
--
License
MIT © zhouwenbin