Skip to content

Instantly share code, notes, and snippets.

@hartzis
Created July 14, 2016 18:49
Show Gist options
  • Save hartzis/689d8a86513d27bb876ae962136c1b15 to your computer and use it in GitHub Desktop.
Save hartzis/689d8a86513d27bb876ae962136c1b15 to your computer and use it in GitHub Desktop.
.lucid-tab(@ext: ''; @color: '') {
tabs-bar tabs-tab .title[data-name*="@{ext}"],
.tab-bar .tab .title[data-name*="@{ext}"] {
border-top: 2px solid @color;
// color: @color;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment