_ya is a starter (bolierplate) theme for the wp-get-go framework, based on _s by Automattic.
If you wish to use this for development outisde wp-get-go, please consider using _s instead.
- The
sassdirectory is restructured to work withwp-get-go- The
variables-sitesub-directory is renamed tovariables - All sub-directories have been reorganised so as to have an
.scssfile with the same name as the directory. This file contains all the@importstatements for other partial.scssfiles in the sub-directory. - For example,
variablescontains a file_variables.scssthat contains@importstatements for the other two files in this directory_typography.scssand_colors.scss. - Similarly,
elementscontains a file_elements.scssbut unlike_s, it doesn't contain style definitions. They are moved into_misc.scss. The_elements.scssinstead contains only@importstatements for_misc.scss,_lists.scss,_images.scssand_tables.scss.
- The
- The
layoutsdirectory is removed. Layouts are expected to be done by a grid or layout component. - The informational files, viz.,
README.md(this file),readme.txt,CONTRIBUTING.mdare rewritten. - The
style.scssis restructured and rewritten to work withwp-get-gowith some extra help information.