🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
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

Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
807
-3.58%
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 03 Dec 2016

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