mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-05-29 18:23:17 +03:00
omit v4-dev from travis for now, kill bad cname, add states import for variables
This commit is contained in:
parent
0e1ab986f8
commit
4e53dc5788
|
@ -1,3 +1,8 @@
|
||||||
|
# remove this later
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- v4-dev
|
||||||
|
|
||||||
sudo: false # use the container infrastructure
|
sudo: false # use the container infrastructure
|
||||||
language: node_js
|
language: node_js
|
||||||
git:
|
git:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
v4-alpha.getbootstrap.com
|
|
|
@ -28,6 +28,7 @@
|
||||||
<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
|
||||||
<link rel="icon" href="{{ site.baseurl }}/favicon.ico">
|
<link rel="icon" href="{{ site.baseurl }}/favicon.ico">
|
||||||
|
|
||||||
|
<!--
|
||||||
<script>
|
<script>
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(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),
|
(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('create', 'UA-146052-10', 'getbootstrap.com');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
|
-->
|
||||||
|
|
|
@ -13,10 +13,11 @@ $gray-dark: $mdb-text-color-primary;
|
||||||
//---
|
//---
|
||||||
// Customized BS variables
|
// Customized BS variables
|
||||||
$enable-flex: true;
|
$enable-flex: true;
|
||||||
@import 'variables/brand';
|
|
||||||
@import 'variables/type';
|
|
||||||
@import 'variables/body';
|
@import 'variables/body';
|
||||||
|
@import 'variables/brand';
|
||||||
@import 'variables/buttons';
|
@import 'variables/buttons';
|
||||||
|
@import 'variables/state';
|
||||||
|
@import 'variables/type';
|
||||||
|
|
||||||
|
|
||||||
$border-radius-base: 2px !default;
|
$border-radius-base: 2px !default;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user