Skip to content

Instantly share code, notes, and snippets.

@bkardell
Created November 13, 2014 23:10
Show Gist options
  • Save bkardell/bff14488dcb8c4d70209 to your computer and use it in GitHub Desktop.
Save bkardell/bff14488dcb8c4d70209 to your computer and use it in GitHub Desktop.
crazycss
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