felipefialho / css-components

:coffee: A set of common UI Components using just the power of CSS and without JavaScript.
https://css-components.felipefialho.com/
MIT License
693 stars 126 forks source link

Tab.css/.zip issues #42

Closed fjanon closed 5 years ago

fjanon commented 5 years ago

It seems to me that the following should not be in the build/tab.css file:

@media (max-width: $screen-xs-max) { } @media (min-width: $screen-sm) { } @media (min-width: $screen-sm) { }

There might be a typo as well here: "painel" > "panel"?

.tab-painel { display: inline-block; min-height: 150px; } .tab-painel .tab-open {

felipefialho commented 5 years ago

Thanks!