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

postcss-size

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-size

PostCSS plugin for size shortcut

0.1.0
Source
npm
Version published
Weekly downloads
496
-55.48%
Maintainers
1
Weekly downloads
 
Created
Source

PostCSS Size Build Status

PostCSS plugin for size shortcut to set width and height properties.

.two {
    size: 20px 10px;
}
.one {
    size: 10px;
}
.two {
    width: 20px;
    height: 10px;
}
.one {
    width: 10px;
    height: 10px;
}

Usage

postcss([ require('postcss-size') ])

See PostCSS docs for examples for your environment.

Keywords

postcss

FAQs

Package last updated on 05 Feb 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