🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

postcss-minify-trbl

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-minify-trbl

Minify top/right/bottom/left values.

1.0.1
latest
Source
npm
Version published
Weekly downloads
184
-29.5%
Maintainers
2
Weekly downloads
 
Created
Source

postcss-minify-trbl Build Status NPM version Dependency Status

Minify top/right/bottom/left values.

Install

With npm do:

npm install postcss-minify-trbl --save

Example

This module will reduce top/right/bottom/left values where possible:

Input

h1 {
    margin: 10px 20px 10px 20px;
}

Output

h1 {
    margin: 10px 20px;
}

Usage

See the PostCSS documentation for examples for your environment.

Contributing

Pull requests are welcome. If you add functionality, then please add unit tests to cover it.

License

MIT © Ben Briggs

Keywords

css

FAQs

Package last updated on 13 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts