Last active
December 30, 2015 00:58
-
-
Save rissajeanne/7752667 to your computer and use it in GitHub Desktop.
Proposed Sass Organization for Bible Search
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
public/css/ | |
languages/ # these need to be included individually as needed | |
ell.css | |
grc.css | |
mya.css | |
layout/ | |
1140.scss | |
960.scss | |
ie.scss | |
ie7.scss | |
ie8.scss | |
print.scss | |
_base.scss # used to be layout.css | |
mobile/ | |
mobile.scss | |
mobile-es-419.scss | |
vendor/ | |
fontello-ie7.css | |
fontello.css | |
jquery.mobile.custom.structure.min.css | |
... | |
partials/ | |
_buttons.scss | |
_forms.scss | |
_nonspi.scss # could even split this into account.scss, api.scss devtools.scss, legal.scss, etc. | |
_passage.scss | |
_reset.scss | |
_searchbar.scss | |
_sidebars.scss | |
_typeimg.scss # move styles from current fonts.css to this file | |
_versions-index.scss | |
versions/ # individual version CSS files are generated on-the-fly, so are not listed here | |
_base.scss # .text-holder styles | |
styles.scss # manifest file, @imports partials, is compiled into styles.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment