From d68a3d4bcb9bde6bab997865789b22acf34bbdd7 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 16 Apr 2017 17:55:52 +0300 Subject: [PATCH] source/scss/bootstrap.scss: Enable forms So that the user can use form styles via HTML, like on a contact form or something. --- source/scss/bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/scss/bootstrap.scss b/source/scss/bootstrap.scss index 6f97637..76c2504 100644 --- a/source/scss/bootstrap.scss +++ b/source/scss/bootstrap.scss @@ -21,7 +21,7 @@ @import "node_modules/bootstrap/scss/code"; @import "node_modules/bootstrap/scss/grid"; //@import "node_modules/bootstrap/scss/tables"; -//@import "node_modules/bootstrap/scss/forms"; +@import "node_modules/bootstrap/scss/forms"; @import "node_modules/bootstrap/scss/buttons"; // Components