Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2020-01-02 17:35:58 +0300
committerAsur <asur@asurbernardo.com>2020-01-02 17:35:58 +0300
commitca87afa1d5cf7aefdf1fc76a575a8899c924395c (patch)
tree51909e0a58d43adb83be30223144cb486d0544c9
parentb908bd01553b9c8df5b6287d21383062f02d2ef1 (diff)
Improve README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 279b625..64810d3 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ To override the default logo add the svg markup on the partial `layouts/partials
## Customize styles
-To override default styles just create a file in `assets/custom.scss` on your project and it will be transpiled, minified and appended automatically. The default styles are only 5KB, that leaves you with 45KB of room to still be a valid AMP page.
+To override default styles just add the file `assets/custom.scss` to your project and it will be transpiled, minified and appended automatically. Default styles only weight 5KB (including code highlighting), that leaves you with 45KB to further customize the theme.
## Enable cross-domain service worker installation