All Projects → mkhairi → bootswatch-sass

mkhairi / bootswatch-sass

Licence: MIT license
bootswatch ruby gems for assets pipeline

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to bootswatch-sass

bootcatch-themes
🔥 Bootcatch Themes is an open-source library of free Custom Bootstrap Themes.
Stars: ✭ 22 (+83.33%)
Mutual labels:  bootstrap4, bootswatch, bootstrap-theme
material-sass
A rubygem of Material Design for Bootstrap 4
Stars: ✭ 55 (+358.33%)
Mutual labels:  rubygem, bootstrap4, rubyonrails
startbootstrap-small-business
A Bootstrap HTML template for creating marketing websites for small businesses - created by Start Bootstrap
Stars: ✭ 186 (+1450%)
Mutual labels:  bootstrap4, bootstrap-theme
hugo-lime
Hugo Lime is a business theme for GoHugo by https://uicard.io
Stars: ✭ 31 (+158.33%)
Mutual labels:  bootstrap4, bootstrap-theme
datta-able-bootstrap-dashboard
Datta Able Bootstrap 4 admin template free version
Stars: ✭ 111 (+825%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Sb Admin
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 2,861 (+23741.67%)
Mutual labels:  bootstrap4, bootstrap-theme
jquery-datatables
Jquery datatables ruby gems for assets pipeline
Stars: ✭ 73 (+508.33%)
Mutual labels:  rubygem, rubyonrails
bootstrap-4-boilerplate
Basic Bootstrap 4 Starter Template
Stars: ✭ 50 (+316.67%)
Mutual labels:  bootstrap4, bootstrap-theme
startbootstrap-logo-nav
A Bootstrap navigation template with a logo in the navigation bar - created by Start Bootstrap
Stars: ✭ 65 (+441.67%)
Mutual labels:  bootstrap4, bootstrap-theme
startbootstrap-half-slider
A half page image slider Bootstrap HTML template created by Start Bootstrap
Stars: ✭ 50 (+316.67%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap One Page Wonder
A simple, one page, Bootstrap HTML website template created by Start Bootstrap
Stars: ✭ 249 (+1975%)
Mutual labels:  bootstrap4, bootstrap-theme
startbootstrap-business-frontpage
A Bootstrap HTML business homepage template created by Start Bootstrap
Stars: ✭ 177 (+1375%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Bare
A bare Bootstrap HTML starter template for rapid development - created by Start Bootstrap
Stars: ✭ 235 (+1858.33%)
Mutual labels:  bootstrap4, bootstrap-theme
startbootstrap-portfolio-item
A Bootstrap portfolio item page template created by Start Bootstrap
Stars: ✭ 56 (+366.67%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Blog Home
A Bootstrap HTML template for blog homepages - created by Start Bootstrap
Stars: ✭ 215 (+1691.67%)
Mutual labels:  bootstrap4, bootstrap-theme
Design Blocks
A set of 170+ Bootstrap based design blocks ready to be used to create clean modern websites.
Stars: ✭ 13,317 (+110875%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Freelancer
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 2,304 (+19100%)
Mutual labels:  bootstrap4, bootstrap-theme
Startbootstrap Blog Post
A Bootstrap HTML template for blog posts - created by Start Bootstrap
Stars: ✭ 199 (+1558.33%)
Mutual labels:  bootstrap4, bootstrap-theme
discord-bootstrap-theme
Custom bootstrap theme
Stars: ✭ 13 (+8.33%)
Mutual labels:  bootstrap4, bootstrap-theme
startbootstrap-1-col-portfolio
A one column Bootstrap HTML portfolio template - created by Start Bootstrap
Stars: ✭ 60 (+400%)
Mutual labels:  bootstrap4, bootstrap-theme

Bootswatch ruby gem Gem Version

Bootswatch is a collection of free themes for Bootstrap.

Installation

Add this line to your application's Gemfile:

gem 'bootstrap'
gem 'bootswatch'

Bootstrap JavaScript depends on jQuery. If you're using Rails 5.1+, add the jquery-rails gem to your Gemfile:

gem 'jquery-rails'

And then execute:

$ bundle

Usage

Stylesheets

in your application.scss

// example override bootswatch variables
$primary:       #FFCF06;
$secondary:     #37474f;
$success:       #28b62c;
$info:          #03a9f4;
$warning:       #fbe42c;
$danger:        #ff4136;
$light:         #eeeeee;
$dark:          #444444;
// end example override

// import scss file
@import "bootswatch/materia/variables";
@import "bootstrap";
@import "bootswatch/materia/bootswatch";

Make sure the file has .scss extension (or .sass for Sass syntax). If you have just generated a new Rails app, it may come with a .css file instead. If this file exists, it will be served instead of Sass, so rename it:

Javascript

Add Bootstrap dependencies and Bootstrap to your application.js:

//= require jquery3
//= require popper
//= require bootstrap

or use individual Bootstrap components for ease of debugging

//= require jquery3
//= require popper
//= require bootstrap-sprockets

see more on bootstrap readme

Contributing

  1. Fork it ( https://github.com/mkhairi/bootswatch/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].