diff options
author | Liam Cain <hi@liamca.in> | 2022-08-22 16:08:01 -0400 |
---|---|---|
committer | Liam Cain <hi@liamca.in> | 2022-08-22 16:08:01 -0400 |
commit | 2d100661f460df4417a66ccaed38ea15d8e7eb01 (patch) | |
tree | d566f2b0a311bf424b568b404bc679a64c96de50 | |
parent | 42d72b4e594a356a0d1691f3817dcc42875feec6 (diff) |
Readme: mention the theme.css file
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ Once you have the repo locally on your computer, there are a couple of placehold } ``` +2. Also inside the manifest.json file, you can include your name under next to the "author" field. + +After you have those fields configured, all that's left to do is add your styles! All of your CSS needs to be inside the file `theme.css` which is located at root of your repository. ## Adding your theme to the Theme Gallery |