fix #827 add a note about grids not in rollup

This commit is contained in:
redonkulus 2021-01-20 09:43:30 -08:00
parent 8c3c7cb7c9
commit 5b3292e14a

View File

@ -56,7 +56,7 @@ function Customize() {
<aside> <aside>
<p> <p>
The non-responsive rollup does not include media queries, thus making it easier for you to override styles in the base library. Additionally, you can also create a <Link to="/grids/#pure-responsive-grids">custom grid</Link> that better suits your projects needs. You will need to include the grid stylesheets separately as they are not included in the rollup. The non-responsive rollup does not include media queries, thus making it easier for you to override styles in the base library. Additionally, you can also create a <Link to="/grids/#pure-responsive-grids">custom grid</Link> that better suits your projects needs.
</p> </p>
</aside> </aside>