Emi Matchu
6dd8e585a3
We add a new `use_responsive_design` helper, for pages to opt into this
new CSS—mostly just because like… it's *worse* to apply these styles
for pages that don't expect it 😅
And then, I fix up a couple things on the item page (including in the
general items layout) to match!
I'm doing this because the species face picker layout is going to want
some responsive awareness, and I want to be doing that from the start!
24 lines
496 B
Sass
24 lines
496 B
Sass
@charset "UTF-8"
|
|
|
|
@import partials/clean/constants
|
|
@import partials/clean/mixins
|
|
|
|
@import layout
|
|
@import responsive
|
|
|
|
@import partials/jquery.jgrowl
|
|
|
|
@import alt_styles/index
|
|
@import closet_hangers/index
|
|
@import closet_hangers/petpage
|
|
@import closet_lists/form
|
|
@import neopets_page_import_tasks/new
|
|
@import contributions/index
|
|
@import items
|
|
@import items/index
|
|
@import items/show
|
|
@import item_trades/index
|
|
@import outfits/index
|
|
@import outfits/new
|
|
@import pets/bulk
|
|
@import users/top_contributors
|