Kickstrap is an implementation of Twitter's Bootstrap that is "Kickstrap is a full version of Twitter's Bootstrap with themes, enhancements, and other goodies.
Questions tagged [kickstrap]
9 questions
3
votes
1 answer
Completely different layouts with media queries in bootstrap/kickstrap
So I'm working on a web app using kickstrap, though this is, at base, a bootstrap question.
I need completely different layouts (i.e. html structures) per media queries/screen sizes. Meaning specific html elements move to totally different locations…

beahuman
- 31
- 2
2
votes
2 answers
Bootstrap CSS and other CSS/HTML component packages
I've just started using Bootstrap for a project /w ASP.NET MVC, loving it! amazing! I'm disappointed that there aren't more components available, in terms of, example layout components you can drop in. (I.E a listing, detail, boxes, typography…

williamsandonz
- 15,864
- 23
- 100
- 186
1
vote
1 answer
Adding a Kickstrap App on a page basis without extra less file
I am using Kickstrap 1.3.0 and want to add an App in my PHP-View with a method like enableKickstrapApp('myapp'); ?>. This method would put the app name into an apps array and the layout template could generate any code anywhere in the…

stofl
- 2,950
- 6
- 35
- 48
1
vote
2 answers
How to fork both a fork and its origin?
I want to fork both Twitter Bootstrap and one of its forks, Kickstrap. However, github thinks they're the same repo and after I fork one, Github shows the other as already forked to my account. Is it possible fork both to the same account?
(Use…

bgibson
- 17,379
- 8
- 29
- 45
0
votes
1 answer
grails kickstart plugin KickstartFilters how to prevent password information on logs
I am using Grails version 2.2.4 and I have installed kickstart plugin as compile ":kickstart-with-bootstrap:0.9.6".
BuildConfig.groovy
plugins {
runtime ":hibernate:$grailsVersion"
runtime ":jquery:1.8.3"
runtime…

Piyush Chaudhari
- 962
- 3
- 19
- 41
0
votes
2 answers
Kickstrap - Minimum libraries needed for Install
I'm trying to install Kickstrap right now, but I have a fairly terrible internet connection.
The docs pages tell me to download and install Microsoft Visual Studio 2013 Ultimate, but state that it's just for the libraries. Well, I'd like to know…

Ecksters
- 1,482
- 2
- 15
- 26
0
votes
0 answers
Kickstrap 2 with stylus bootstrap
I'm starting using kickstrap (v.2) and I'm wondering how can I use a version of bootstrap "uncompiled" in stylus and not the precompiled themes. Is there a way to do this?
I've created a new project $ kickstrap new project and then added…

Camillo
- 35
- 8
0
votes
2 answers
Changing Kickstrap Theme with Dropdown Menu?
I'm using Kickstrap to theme my bootstrap app and my client wants users to be able to change themes on the fly. I know that to change the theme, all you have to do is change the directory in the themes.less file but I don't know the best way to go…

samturner
- 2,213
- 5
- 25
- 31
0
votes
1 answer
How to use the build script with kickstrap?
I've just started playing around with Kickstrap and I can't get the build script working.
Following the instructions here, I create a new Kickstrap project (by just unziping the files to a directory) and then going to site1/build/ and running:
ant…

Bob Smith
- 791
- 2
- 9
- 19