1
0
mirror of https://github.com/danbee/julep synced 2025-03-04 08:59:10 +00:00

Update README.md

This commit is contained in:
Dan Barber 2013-02-12 22:03:12 +00:00
parent 4a83e32ff6
commit 03525b9a5a

View File

@ -32,6 +32,8 @@ header {
### Tab Bar
Pass the number of buttons in your tab bar to the mixin.
```html
<footer>
<ul>
@ -43,7 +45,7 @@ header {
```css
footer {
@include tabbar;
@include tabbar(2);
}
```