From 13fd4b660572d4d1a0ba7cddd6f663524bdfd8fb Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Tue, 21 May 2024 11:54:17 -0400 Subject: [PATCH] move heading --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f32d44b..0e34bfe 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ npm install @cityssm/bulma-sticky-table npm install @cityssm/bulma-sticky-table@2.x ``` +## Usage + When building your stylesheet, import `_sticky-table.scss` AFTER you import Bulma. This will ensure your colour customizations are used. @@ -45,8 +47,6 @@ you can replace your Bulma stylesheet with `bulma-with-sticky-tables.css`. Need a CDN? Check out [JS Deliver](https://www.jsdelivr.com/package/npm/@cityssm/bulma-sticky-table). -## Usage - Build your Bulma table as per usual, using the [Bulma Table Documentation](https://bulma.io/documentation/elements/table/) as your guide. Then, add any combination of the following classes to your `` tag.