Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Spelling #23

Open
wants to merge 4 commits into
base: 7.x-3.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sass/_form.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Base Form Styling. This stylesheet is based on a customized
// verion of formalize.
// version of formalize.
//
form label,
legend {
Expand Down
4 changes: 2 additions & 2 deletions sass/sixteenhundred/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sass/sixteenhundred/stylesheets/variables/_other.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down