diff --git a/README.md b/README.md index afb936b..6fccdca 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ When set to true, you can scroll the container by selecting text and move the cu ### theme A string. It's a class name added to the container element. The class name is prepended with `ps-theme-`. So default theme class name is `ps-theme-default`. In order to create custom themes with scss use `ps-container($theme)` mixin, where `$theme` is a scss map. Look at `themes.scss` as a reference for how to create custom themes. -**Default: default** +**Default: 'default'** Example: