Coder Social home page Coder Social logo

vol7 / shorthand Goto Github PK

View Code? Open in Web Editor NEW
235.0 235.0 23.0 1.08 MB

Shrthnd is a handy tool that converts CSS properties into shorthand, making shorter and more readable stylesheets.

Home Page: shrthnd.volume7.io

JavaScript 46.75% CSS 47.89% HTML 5.36%

shorthand's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shorthand's Issues

Grunt support

Hi, will you do some grunt support?

Or do you know some grunt package with this feature?

Support for `border-color` shorthand

Input

body {
  border-top-color: #ddd;
  border-bottom-color: #bbb;
  border-left-color: #ccc;
  border-right-color: #ccc;
}

Output (expected)

body {
  border-color: #ddd #bbb #ccc #ccc;
}

Shorthand from transition?

body {
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: all;
}

could be

body {
  transition: all linear 300ms;
}

Node module?

Would be great if this was available as a node module so it could transform stylesheets via the command line, as well be integrated into builds by way of Grunt, Gulp, Broccoli or whatever build processes are in place.

Would be more than happy to contribute that if you see value in it.

make package for sublime text

This css shorter really nice and helpful.
If you can make this in to sublime text as package, that would be great ๐Ÿ˜„

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.