diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-02-10 23:31:33 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-02-10 23:31:33 +0100 |
commit | cb61957623f8643c8c2d55b676560dd5526e663e (patch) | |
tree | 3e983d815979f7b8b7731825ecf09d282ef5122a /exampleSite/assets/_custom.scss | |
parent | a23d848db276ec33534115bd9a9c02171b1bd893 (diff) |
Add scrollbar plugin and update README
Diffstat (limited to 'exampleSite/assets/_custom.scss')
-rw-r--r-- | exampleSite/assets/_custom.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/assets/_custom.scss b/exampleSite/assets/_custom.scss index 0de9ae1..9be7a1d 100644 --- a/exampleSite/assets/_custom.scss +++ b/exampleSite/assets/_custom.scss @@ -1,3 +1,4 @@ /* You can add custom styles here. */ // @import "plugins/numbered"; +// @import "plugins/scrollbars"; |