README.md in hima-1.0.5 vs README.md in hima-1.1.0

- old
+ new

@@ -1,7 +1,6 @@ # hima -[![Gem Version](https://badge.fury.io/rb/hima.svg)](https://badge.fury.io/rb/hima) hima is a simple Jekyll theme with the goal of being accessible to everyone, and follows [The A11y Project's accessibility guidelines](https://www.a11yproject.com/checklist/). [Theme Preview](https://brandoncardoso.github.io/hima) @@ -80,10 +79,10 @@ ### Sass Refers to `.scss` files within the `_sass` directory that define the theme's styles. - `hima/colourschemes/auto.scss` — An adaptive colourscheme that switches between light and dark mode depending on your site visitors' preference. *Used by default.* - - `minima/initialize.scss` — A component that defines the theme's *skin-agnostic* variable defaults and sass partials. + - `hima/initialize.scss` — A component that defines the theme's *skin-agnostic* variable defaults and sass partials. It imports the following components (in the following order): - `hima/custom-variables.scss` — A hook that allows overriding variable defaults and mixins. (*Note: Cannot override styles*) - `hima/main.scss` — Style rules for the theme. - `hima/custom-styles.scss` — A hook that allows overriding styles defined above. (*Note: Cannot override variables*)