-
Notifications
You must be signed in to change notification settings - Fork 19
@css bug, :: selector #158
Comments
thats a browser bug, you have to seperate the two selectors |
without turbine it works. |
what output is generatet if you use and what css works for you? maybe we can spot the difference:) |
when i said no one is assigned i meant it like it doesnt give any output, we are talking about turbine so basically nothing gets out. you can try it out. put those two selectors in any way in turbine, they dont get parsed into your actual document, no mather how you write them. |
works for me:
becomes
plugins used are: turbine version is the latest. |
are you using latest turbine ? what plugins are you loading ? where are you writing it ? what is the rest of your document filled with ? i can give you like 10 not working examples, i use turbine in every project. this is the only thing not working. |
nothing special, i edited the previous comment to include that info. i used a clean room example, nothing else in the file. can you send 2011/4/12 vrtxf
|
@css{
::-moz-selection,
::selection
background:#f5ce3c
color:#333
}
or
::-moz-selection,
::selection
background:#f5ce3c
color:#333
not working
The text was updated successfully, but these errors were encountered: