CSS Shortform option

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
martin86
Posts: 61
Joined: Mon Mar 12, 2012 12:58 pm

CSS Shortform option

Post by martin86 »

Great program. Still evaluating, however, I think there should be an option to use CSS short-forms where possible.

So instead of:
margin-top:1px; margin-right:2px; margin-bottom:3px; margin-left:4px;

It would do:
margin: 1px 2px 3px 4px;
Life is too serious to be taken seriously Image
User avatar
Nikolajs
Blumentals Software Developer
Posts: 108
Joined: Mon Sep 19, 2011 8:28 am

Re: CSS Shortform option

Post by Nikolajs »

Use “CSS > Format CSS code” command from the main menu. There you will find a lot of options to automatically reformat your CSS code.
Nikolay Dutchuk
Blumentals Software
Post Reply