skogsbrus / selectize-bootstrap-4-style

Selectize (https://github.com/selectize/selectize.js) Theme for Bootstrap v4.0.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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";

About

Selectize (https://github.com/selectize/selectize.js) Theme for Bootstrap v4.0.0


Languages

Language:CSS 98.0%Language:JavaScript 2.0%