From 4fafcb8e1da3256eb7aa01cc442f423d2e37f0a3 Mon Sep 17 00:00:00 2001 From: Deven Caron Date: Mon, 11 Apr 2022 15:34:35 -0400 Subject: [PATCH] Update docs/grid.md Co-authored-by: Chauncey McAskill --- docs/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/grid.md b/docs/grid.md index c8ac8b1..e52e115 100644 --- a/docs/grid.md +++ b/docs/grid.md @@ -25,7 +25,7 @@ The generation of columns adds a lot of styles in the css output file. To solve #### Config file -Depending on your project, you will need to specify all the files that will include the Grid System classes. These files will be parsed by [PurgeCSS] and then a "cleaned" css file will be generated. The styles should also compile everytime the following listed files are changed. +Depending on your project, you will need to specify all the files that include CSS classes from the grid system. These files will be scanned by [PurgeCSS] to your compiled CSS files. Example of a Charcoal project: