NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Request: Support for CSS3 unit rem


Joined: 21 Oct 2004
Posts: 81
Location: UK
Reply with quote
I'd like support for the CSS3 unit rem (root em) in PhpED. At present, giving something a size in rem gives the parsing error "expected dimension". Adding it as a CSS3 keyword didn't help as it's not an attribute.

It's no big problem but I'd like to avoid the squiggly line.

There's other units of measurement. Also, a way to do quickly vendor specific attributes would be nice, e.g. convert:
Code:
flex-direction: column;

to:
Code:
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;

This would be a great time-saver.
View user's profileFind all posts by QuboidSend private message


Joined: 07 Nov 2013
Posts: 2
Location: Germany
Reply with quote
I am facing the same problem. Using rem in my css throws parsing errors and warnings, which make the code navigator and "Code re-indent" features unusable. Can this be fixed soon?
View user's profileFind all posts by ividyonSend private message


Joined: 21 Sep 2010
Posts: 4
Reply with quote
Any news about this feature? Can you use "rem" units on the latest version?
View user's profileFind all posts by ValdemarSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
support for rem as well as for other recent changes in CSS3 will be added in v14

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Request: Support for CSS3 unit rem
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic