_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
sass
directory is restructured to work withwp-get-go
- The
variables-site
sub-directory is renamed tovariables
- All sub-directories have been reorganised so as to have an
.scss
file with the same name as the directory. This file contains all the@import
statements for other partial.scss
files in the sub-directory. - For example,
variables
contains a file_variables.scss
that contains@import
statements for the other two files in this directory_typography.scss
and_colors.scss
. - Similarly,
elements
contains a file_elements.scss
but unlike_s
, it doesn't contain style definitions. They are moved into_misc.scss
. The_elements.scss
instead contains only@import
statements for_misc.scss
,_lists.scss
,_images.scss
and_tables.scss
.
- The
- The
layouts
directory 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.md
are rewritten. - The
style.scss
is restructured and rewritten to work withwp-get-go
with some extra help information.