From ab093b90f65fde53cc05ffbf9fb4de7bdf2b5215 Mon Sep 17 00:00:00 2001 From: Varunram Date: Wed, 11 Oct 2017 00:01:57 +0530 Subject: Add borderless table class along with docs. Rebase --- scss/_tables.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scss') diff --git a/scss/_tables.scss b/scss/_tables.scss index 6bd0b91a4..0f721d7c5 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -151,6 +151,12 @@ } } +.table-borderless { + th, + td { + border: 0; + } +} // Responsive tables // -- cgit v1.2.3