postcss/postcss-size

Name: postcss-size

Owner: PostCSS

Description: PostCSS plugin for size shortcut

Created: 2015-02-05 05:30:42.0

Updated: 2018-05-17 16:52:25.0

Pushed: 2017-05-08 17:05:24.0

Homepage: null

Size: 65

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

PostCSS Size Build Status

<img align=“right” width=“135” height=“95”

 title="Philosopher?s stone, logo of PostCSS"
 src="http://postcss.github.io/postcss/logo-leftp.svg">

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

 {
size: 20px 10px;

 {
size: 10px;

ss
 {
width: 20px;
height: 10px;

 {
width: 10px;
height: 10px;

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

See PostCSS docs for examples for your environment.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.