Browse Source

Remove SCSS file

phuoc 12 years ago
parent
commit
6d4ff115c5
2 changed files with 3 additions and 16 deletions
  1. 3 1
      src/css/bootstrapValidator.css
  2. 0 15
      src/css/bootstrapValidator.scss

+ 3 - 1
src/css/bootstrapValidator.css

@@ -7,5 +7,7 @@
  * @copyright   (c) 2014 Nguyen Huu Phuoc
  * @license     MIT
  */
+
 .bootstrap-validator-form .help-block {
-  margin-bottom: 0; }
+    margin-bottom: 0;
+}

+ 0 - 15
src/css/bootstrapValidator.scss

@@ -1,15 +0,0 @@
-/**
- * BootstrapValidator (https://github.com/nghuuphuoc/bootstrapvalidator)
- *
- * A jQuery plugin to validate form fields. Use with Bootstrap 3
- *
- * @author      http://twitter.com/nghuuphuoc
- * @copyright   (c) 2014 Nguyen Huu Phuoc
- * @license     MIT
- */
-
-.bootstrap-validator-form {
-  .help-block {
-    margin-bottom: 0;
-  }
-}