runningdemo / t

Command line tool to add CSS selector and rule into css files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T

Quick add CSS selector and rule into css files. It is very helpful if you like write atomic css such as Tachyons

Install

> git clone https://github.com/liaa/t.git
> cd t
> npm link

Usage

t ph100px

Type this command in terminal will add below rule to _spacing.css file

.ph100px {
padding-left: 100px;,
padding-right: 100px;
}

Todos

  • border-color
  • border-radius
  • border-width
  • font-family
  • coordinates
  • letter-spacing
  • line-height
  • max-width
  • rotation
  • typescale
  • width
  • height
  • marging
  • padding

About

Command line tool to add CSS selector and rule into css files


Languages

Language:JavaScript 100.0%