Created
November 13, 2014 23:10
-
-
Save bkardell/bff14488dcb8c4d70209 to your computer and use it in GitHub Desktop.
crazycss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| x-panel-set {....lots of properties... } | |
| x-panel-set::before {....lots of properties... } | |
| x-panel-set::after {....lots of properties... } | |
| x-panel-set::titlebar::before {....lots of properties... } | |
| x-panel-set::titlebar {....lots of properties... } | |
| x-panel-set::titlebar > ::title {....lots of properties... } | |
| x-panel-set[is-destructable]::titlebar > ::button.destroy {....lots of properties... } | |
| /* and so on... quick, what view is this? tabset? accordion? carousel? */ | |
| @media(...) { | |
| x-panel-set {....lots of properties... } | |
| x-panel-set::before {....lots of properties... } | |
| x-panel-set::after {....lots of properties... } | |
| x-panel-set::titlebar::before {....lots of properties... } | |
| x-panel-set::titlebar {....lots of properties... } | |
| x-panel-set::titlebar > ::title {....lots of properties... } | |
| x-panel-set[is-destructable]::titlebar > ::button.destroy {....lots of properties... } | |
| /* and so on... quick, what view is this? tabset? accordion? carousel? */ | |
| } | |
| @media(...) { | |
| x-panel-set {....lots of properties... } | |
| x-panel-set::before {....lots of properties... } | |
| x-panel-set::after {....lots of properties... } | |
| x-panel-set::titlebar::before {....lots of properties... } | |
| x-panel-set::titlebar {....lots of properties... } | |
| x-panel-set::titlebar > ::title {....lots of properties... } | |
| x-panel-set[is-destructable]::titlebar > ::button.destroy {....lots of properties... } | |
| /* and so on... quick, what view is this? tabset? accordion? carousel? */ | |
| } | |
| @media(...) { | |
| x-panel-set {....lots of properties... } | |
| x-panel-set::before {....lots of properties... } | |
| x-panel-set::after {....lots of properties... } | |
| x-panel-set::titlebar::before {....lots of properties... } | |
| x-panel-set::titlebar {....lots of properties... } | |
| x-panel-set::titlebar > ::title {....lots of properties... } | |
| x-panel-set[is-destructable]::titlebar > ::button.destroy {....lots of properties... } | |
| /* and so on... quick, what view is this? tabset? accordion? carousel? */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment