From b8e812859e795420934518abaa1f9623d079a7af Mon Sep 17 00:00:00 2001 From: kendo5731 Date: Thu, 4 Feb 2016 22:34:05 +0100 Subject: [PATCH] feat(): add support for bootstrap tables --- README.md | 1 - static/css/_custom-bootstrap.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bb6d46..99f3f98 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ A theme for [Hugo](https://gohugo.io/), inspired by Atom editor. This repo is a work in progress, there is still work to do, contributions are welcome ! -- Support for bootstrap tables - Support Twitter and Facebook share buttons - Support pagination in list layout - Support "dynamic" titles and descriptions diff --git a/static/css/_custom-bootstrap.scss b/static/css/_custom-bootstrap.scss index 4b6dbd8..8a77222 100644 --- a/static/css/_custom-bootstrap.scss +++ b/static/css/_custom-bootstrap.scss @@ -14,7 +14,7 @@ $bootstrap_path: "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap //@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/type"; //@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/code"; @import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/grid"; -//@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/tables"; +@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/tables"; //@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/forms"; //@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/buttons";