From fa4b3c1945401d35f9087fe9267e29c28de8f4e8 Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 24 Oct 2023 20:50:16 -0600 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dad6b84..f14c3c1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,15 @@ On your terminal run these scripts to compile ## Framework -We are using [Rams](https://github.com/jacobxperez/rams) as our website framework. +We are using [Rams](https://github.com/jacobxperez/rams) as our website framework. Do **not** edit the [core](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/website/src/css/core) files because they are part of the Rams core framework files. However, you can edit the [custom](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/website/src/css/custom) folder files the [main.css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/blob/website/src/css/main.css) or the [var.css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/blob/website/src/css/var.css) if any change is accepted by the maintainers. Any new CSS file should be added in the [custom](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/website/src/css/custom) folder then linked in the [main.css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/blob/website/src/css/main.css) file for compiling. + +## CSS Files + +- [/css](https://github.com/jacobxperez/rams/tree/master/src/css/) + - [core](https://github.com/jacobxperez/rams/tree/master/src/css/core) (important files for compiling) + - [custom](https://github.com/jacobxperez/rams/tree/master/src/css/custom) (add custom modules here) + - [main.css](https://github.com/jacobxperez/rams/blob/master/src/css/main.css) (compile to produce the final CSS) + - [var.css](https://github.com/jacobxperez/rams/blob/master/src/css/var.css) (variables for font, colors, and more) ## LICENSE