From 74650726dbc94e5be01e60ecd14153ce325346dd Mon Sep 17 00:00:00 2001 From: Brandon Barker Date: Tue, 12 Jan 2021 15:05:16 -0500 Subject: [PATCH] CSS doc note on snapshot --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48b7a56..91b3924 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ Feel free to include it, or modify it (renaming the file is also possible): ### Modifying existing CSS +**Note**, for rapidly testing CSS display changes without building or using +metajelo-ui, see [this note](https://github.com/labordynamicsinstitute/metajelo-ui-css-classes#testing-the-css) +in the CSS repository. + Once you've retrieved a build, as discussed above, or built metajelo-ui, you may wish to modify the styles. You can modify the retrieved `index.html` to use the custom CSS; @@ -110,4 +114,3 @@ It may also be required from time to time to update other dependencies, especial For an unminified build that is easier to debug from the browser, use `npm run debug` instead of `npm run prod`. -