Emi Matchu
82be7fe301
Mostly this is just me testing out what it would look like to modularize the app more… I've noticed that some concerns, like fundraising, are just not relevant to most of the app, and being able to lock them away inside subfolders feels like it'll help tidy up long folder lists. Notably, I haven't touched the models case yet, because I worry that might be a bit more complex, whereas everything else seems pretty well-isolated? We'll try it out!
25 lines
523 B
Sass
25 lines
523 B
Sass
@charset "UTF-8"
|
|
|
|
@import partials/clean/constants
|
|
@import partials/clean/mixins
|
|
|
|
@import layout
|
|
|
|
@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 static/terms
|
|
@import swf_assets/links
|
|
@import users/top_contributors
|