Skip to content

Instantly share code, notes, and snippets.

@m4dz
Created April 28, 2017 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m4dz/fd997ecf65fbf717a228679c292996bb to your computer and use it in GitHub Desktop.
Save m4dz/fd997ecf65fbf717a228679c292996bb to your computer and use it in GitHub Desktop.
@import cozy-ui/tabs
.app-tabs
@extend $tabs-default
$tabs-base
// global styles for tabs, using variables
.coz-tabs
background-color: $tabs-background-color
tabs-factory(bg-color)
// define variables for extend
$tabs-background-color = bg-color
@extend $tabs-base
$tabs-default
tabs-factory(#fff)
$tabs-red
tabs-factory(#f00)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment