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 { diff --git a/sass/sixteenhundred/README.md b/sass/sixteenhundred/README.md index a6855e5..7ca80f7 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. @@ -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. 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