1.0.0 • Published 6 years ago

selectizebootstrap4 v1.0.0

Weekly downloads
25
License
-
Repository
-
Last release
6 years ago

Getting Started

Bootstrap 4 theme for selectize.

Requirements

  • Bootstrap 4

Bootstrap 4 theme depends on the bootstrap variables file

// Import Your bootstrap scss files here

/*******************************************************
  * Bootstrap v4.0.0-beta2 (http://getbootstrap.com)
********************************************************/
@import "bootstrap/functions";
@import "bootstrap/variables";
@import "bootstrap/mixins";
@import "bootstrap/print";
@import "bootstrap/reboot";
@import "bootstrap/type";
@import "bootstrap/images";
@import "bootstrap/code";
@import "bootstrap/grid";
@import "bootstrap/tables";
@import "bootstrap/forms";
@import "bootstrap/buttons";
@import "bootstrap/transitions";
@import "bootstrap/dropdown";
@import "bootstrap/button-group";
@import "bootstrap/input-group";
@import "bootstrap/custom-forms";
@import "bootstrap/nav";
@import "bootstrap/navbar";
@import "bootstrap/card";
@import "bootstrap/breadcrumb";
@import "bootstrap/pagination";
@import "bootstrap/badge";
@import "bootstrap/jumbotron";
@import "bootstrap/alert";
@import "bootstrap/progress";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/close";
@import "bootstrap/modal";
@import "bootstrap/tooltip";
@import "bootstrap/popover";
@import "bootstrap/carousel";
@import "bootstrap/utilities";


/*******************************************************
  Import Selectize Bootstrap 4 Style
********************************************************/

@import "selectize/selectize.bootstrap4";