@@ -24,7 +24,6 @@ You can find the most recent version of this guide [here](https://github.com/fac
@@ -514,6 +513,7 @@ In development, expressing dependencies this way allows your styles to be reload
This project supports [CSS Modules](https://github.com/css-modules/css-modules) alongside regular stylesheets using the **[name].module.css** file naming convention. CSS Modules allows the scoping of CSS by automatically creating a unique classname of the format **[dir]\_\_[filename]___[classname]**.
@@ -558,6 +558,7 @@ No clashes from other `.button` classnames
@@ -1845,7 +1846,7 @@ on a slow or unreliable network.