mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +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
|
||||
language: node_js
|
||||
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="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>
|
||||
-->
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user