josh-austin / manhattan

Command line tool that extracts CSS colors as SCSS variables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

manhattan

Build Status Coverage Status npm Stability

Command line tool that extracts CSS colors as SCSS variables.
Also a node.js/io.js library with a few handy functions.

Installation

$npm install manhattan

CLI Usage

Using this command:

$ manhattan input.css

An input.scss and variables.scss file will be created.

Reference

var manhattan = require('manhattan');

var faa = 'faa';
faa = manhattan.three_to_six(faa); // var faa = 'ffaaaa';

About

Command line tool that extracts CSS colors as SCSS variables

License:MIT License


Languages

Language:JavaScript 100.0%