From e2ebbc2d1446935e29ee20d62d76318deb65cf84 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 16 Oct 2016 08:51:27 +0000 Subject: [PATCH 1/4] spelling: accommodating --- sass/sixteenhundred/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/sixteenhundred/README.md b/sass/sixteenhundred/README.md index a6855e5..fde10e9 100644 --- a/sass/sixteenhundred/README.md +++ b/sass/sixteenhundred/README.md @@ -252,7 +252,7 @@ Best Practices For Framework Developers a functional area of your requirement. When the resulting files are tightly coupled to one another create a directory for them. - Any time that a new piece of code is added to components it should have an - accomodating style-guide example. + accommodating style-guide example. - Do not under any circumstances include SASS which is specific to a site, or a product. Any product specific code should be built into your products theming layer. From ab6a1d6b4f93baa2be162128e977cda91a63fcb9 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 16 Oct 2016 08:52:41 +0000 Subject: [PATCH 2/4] spelling: fortyfour --- sass/sixteenhundred/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/sixteenhundred/README.md b/sass/sixteenhundred/README.md index fde10e9..7ca80f7 100644 --- a/sass/sixteenhundred/README.md +++ b/sass/sixteenhundred/README.md @@ -282,7 +282,7 @@ To Do Demos --------------- -- cd to /sites/all/themes/fourtyfour/ +- cd to /sites/all/themes/fortyfour/ - bundle exec compass watch - should add some basic examples that are bundled with the framework. - demo showing how to import and use the framework. From c26207303a013aef4c7faa0fee5067178bbcc8a8 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 16 Oct 2016 08:54:21 +0000 Subject: [PATCH 3/4] spelling: responsive --- sass/sixteenhundred/stylesheets/variables/_other.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/sixteenhundred/stylesheets/variables/_other.scss b/sass/sixteenhundred/stylesheets/variables/_other.scss index f559382..4cc3390 100644 --- a/sass/sixteenhundred/stylesheets/variables/_other.scss +++ b/sass/sixteenhundred/stylesheets/variables/_other.scss @@ -11,7 +11,7 @@ // the absolute path URL to the boxsizing.htc file. // @see https://github.com/Schepp/box-sizing-polyfill // $box-sizing-polyfill-path: "/path/to/boxsizing.htc"; -// - Use the same CSS unit for grid and gutter width in resonsive-sidebars.scss +// - Use the same CSS unit for grid and gutter width in responsive-sidebars.scss // (use px for both or use % for both) and set the box-sizing variable to content-box. // // Zen does not require special handling for IE8 or later. But Compass uses that From c8155426f9fd4dcb4cd40da75dcc6abd9e1bf7dc Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 16 Oct 2016 08:55:22 +0000 Subject: [PATCH 4/4] spelling: version --- sass/_form.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_form.scss b/sass/_form.scss index 428e519..e5eeaf9 100644 --- a/sass/_form.scss +++ b/sass/_form.scss @@ -1,6 +1,6 @@ // // Base Form Styling. This stylesheet is based on a customized -// verion of formalize. +// version of formalize. // form label, legend {