[GIT] add twitter bootstrap v4-alpha
This commit is contained in:
parent
a23d1159fa
commit
e98b1fc877
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"sass.enabled": false,
|
||||
"path": {
|
||||
"assets/scss/main.scss": {
|
||||
"assets/scss/*": {
|
||||
"sass.enabled": true,
|
||||
"sass.options": {
|
||||
"outputDir": "../css/",
|
||||
|
@ -9,6 +9,24 @@
|
|||
"sourceComments": true,
|
||||
"outputStyle": "nested"
|
||||
}
|
||||
},
|
||||
"assets/scss/templates/*": {
|
||||
"sass.enabled": true,
|
||||
"sass.options": {
|
||||
"outputDir": "../../css/templates",
|
||||
"includePaths": [],
|
||||
"sourceComments": true,
|
||||
"outputStyle": "nested"
|
||||
}
|
||||
},
|
||||
"assets/vendors/bootstrap/scss/*": {
|
||||
"sass.enabled": true,
|
||||
"sass.options": {
|
||||
"outputDir": "../../../css/twbs/",
|
||||
"includePaths": [],
|
||||
"sourceComments": true,
|
||||
"outputStyle": "nested"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -31,3 +31,7 @@
|
|||
[submodule "modules/kirby-kirbytag-html5video"]
|
||||
path = modules/kirby-kirbytag-html5video
|
||||
url = https://github.com/jbeyerstedt/kirby-kirbytag-html5video.git
|
||||
[submodule "assets/vendors/bootstrap"]
|
||||
path = assets/vendors/bootstrap
|
||||
url = https://github.com/twbs/bootstrap.git
|
||||
branch = v4-dev
|
||||
|
|
1
assets/vendors/bootstrap
vendored
Submodule
1
assets/vendors/bootstrap
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 064fda0e802679e56e88db2910fdf5369dde6e4c
|
|
@ -24,9 +24,9 @@
|
|||
<?php endif; ?>
|
||||
|
||||
<?php echo css('assets/vendors/font-awesome/css/font-awesome.min.css') ?>
|
||||
<?php echo css('assets/vendors/font-awesome/css/font-awesome.min.css') ?>
|
||||
|
||||
<?php echo css('assets/css/main.css') ?>
|
||||
|
||||
<?php echo css('@auto') ?>
|
||||
|
||||
<!-- Google web fonts -->
|
||||
|
|
Loading…
Reference in a new issue