Question

i'm new on compass and i'm discovering compass and susy. actually i got a menu as list and i would to convert it to a select dropdown when it meet the breakpoint for mobile.

Does exist any way to do a responsive menu with these tools ? or do i add another tool ? for another tools, does it be a compass plugin or a js library like selectnav ?

thanks

Was it helpful?

Solution

By using SASS/Compass features (here is tutorials and examples: http://thesassway.com/guides) you can simplify process of writing CSS styles. But if you want to get dropdown menu "from the box", you will not find it there. You have to create it yourself. If you don't want to do it, you can use, for example, Twitter Bottstrap (http://getbootstrap.com/2.3.2/) which have customiziable dropdown menus for you and a lot of other helpful elements.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top