Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert CSS code to the short form of CSS properties #470

Open
makewebme opened this issue Oct 12, 2015 · 1 comment
Open

Convert CSS code to the short form of CSS properties #470

makewebme opened this issue Oct 12, 2015 · 1 comment

Comments

@makewebme
Copy link

It's good to see feature when this CSS-properties:

color: black;
font-family: Montserrat;
font-size: 0.813em;
font-weight: 400;
line-height: 1.063em;

could be transform into:

font: 400 0.813em / 1.063em 'Montserrat';

@petrbrzek petrbrzek self-assigned this Oct 23, 2015
@petrbrzek petrbrzek changed the title Convert to short form of CSS-properties Convert CSS code to the short form of CSS properties Oct 23, 2015
@petrbrzek
Copy link
Member

Thanks for the suggestion. It should be quite straightforward to implement it, but I can't give you any time frame now. I created an idea on UserVoice, so you can vote for this feature (https://avocode.uservoice.com/forums/277080-feature-voting/suggestions/10334196-convert-css-code-to-the-short-form-of-css-properti).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants