omit v4-dev from travis for now, kill bad cname, add states import for variables

This commit is contained in:
Kevin Ross 2015-12-06 09:57:48 -06:00
parent 0e1ab986f8
commit 4e53dc5788
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
# remove this later
branches:
except:
- v4-dev
sudo: false # use the container infrastructure
language: node_js
git:

View File

@ -1 +0,0 @@
v4-alpha.getbootstrap.com

View File

@ -28,6 +28,7 @@
<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
<link rel="icon" href="{{ site.baseurl }}/favicon.ico">
<!--
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@ -36,3 +37,4 @@
ga('create', 'UA-146052-10', 'getbootstrap.com');
ga('send', 'pageview');
</script>
-->

View File

@ -13,10 +13,11 @@ $gray-dark: $mdb-text-color-primary;
//---
// Customized BS variables
$enable-flex: true;
@import 'variables/brand';
@import 'variables/type';
@import 'variables/body';
@import 'variables/brand';
@import 'variables/buttons';
@import 'variables/state';
@import 'variables/type';
$border-radius-base: 2px !default;