From 02bca6409b3e71320a26e5fd26a8169559364095 Mon Sep 17 00:00:00 2001 From: mike ritter Date: Wed, 18 Jan 2017 21:57:00 -0500 Subject: [PATCH] changed it's to its use apostrophe for conjunction, not possession with its --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a612dc8..d6b55e0 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Why not add a well known and supported layout framework to have a solid, clean a Some basics about the Sass and CSS files that come with UnderStrap: - The theme itself uses the `/style.css`file just to identify the theme inside of WordPress. The file is not loaded by the theme and does not include any styles. -- The `/css/theme.css` and it´s minified little brother `/css/theme.min.css` file(s) provides all styles. It is composed of five different SCSS sets and one variable file at `/sass/theme.scss`: +- The `/css/theme.css` and its minified little brother `/css/theme.min.css` file(s) provides all styles. It is composed of five different SCSS sets and one variable file at `/sass/theme.scss`: - 1 "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here - 2 "../src/bootstrap-sass/assets/stylesheets/bootstrap"; // <--------- All the Bootstrap stuff - Don´t edit this!