README.md in english_tea-0.6.1 vs README.md in english_tea-0.6.2
- old
+ new
@@ -34,9 +34,22 @@
*= require english_tea/typography/fonts
@import 'english_tea/typography/fonts';
+## Customization
+
+You can override things like colors, fonts and sizing like so:
+
+ $english_tea: (
+ "type-font-title": ('Comic Sans', 'Helvetica Neue', sans-serif),
+ "color-1": (#a2f4fc, #2fa6ba, #248798, #1a7180)
+ );
+
+ @import 'english_tea';
+
+Check out `app/assets/stylesheets/english_tea/setup/_config.scss` for the full list of default variables that you can override.
+
## Documentation
See https://workingnotworking.com/styleguide for tons of usage examples (coming soon).
## License