varshluck / closure-stylesheets

Automatically exported from code.google.com/p/closure-stylesheets
Apache License 2.0
0 stars 0 forks source link

Please add support for text-justify CSS3 property #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use text-justify CSS3 property.

What is the expected output? What do you see instead?

The compiler doesn't support the text-justify property:

text-justify is an unrecognized property in main.gss at line 387 column 3:
  text-justify: auto;
  ^

1 error(s)

What version of the product are you using? On what operating system?

closure-stylesheets-20111230.jar

Please provide any additional information below.

Original issue reported on code.google.com by ltrab...@gmail.com on 18 Mar 2012 at 2:14