class Playbook::PbNav::Item

def font_size_class

def font_size_class
  font_size === "small" ? "font_size_small" : "font_size_normal"
end