css - Stylus - selectors that are near: "+" operator -


unfortunately cannot working in stylus:

.class1 + .class2     background: red 

it doesn't catch styles element. maybe i'm not aware of syntax?

you can use css literals

 @css {    .class1 + .class2     background: red  } 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -