0.0.2 • Published 10 years ago
postcss-clip-path v0.0.2
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