diff --git a/inc/lib/README.md b/inc/lib/README.md index b3b7536..e8d2969 100644 --- a/inc/lib/README.md +++ b/inc/lib/README.md @@ -86,7 +86,7 @@ HTML output: ``` - + ``` @@ -113,7 +113,7 @@ HTML output: ``` ``` @@ -127,7 +127,7 @@ Upload a custom admin logo to be displayed on the login screen. This logo is also used in the email templates for branding. -You might need to add some additional css to tweak the logo size / position. Add your CSS in to the file `src/css/base/admin.scss`. +You might need to add some additional css to tweak the logo size / position. Add your CSS in to the file `src/css/base/admin.css`. ## No FOUT diff --git a/src/README.md b/src/README.md index 245001a..68a7de0 100644 --- a/src/README.md +++ b/src/README.md @@ -10,6 +10,10 @@ Javascript files belong here. Scripts will be minified when `npm run build` is run. +## /vue + +Vue components belong here. + ## /css CSS files go here. Similarly to scripts, these will not automatically be added to `/dist`. To add your styles into `dist/css/main.css`, add your file name into `main.css`.