-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootstrap 3 support? #17
Comments
👍 should be great ! |
I was bored a few days ago and am working on the Bootstrap 3 support of it. Literally just going down the list and fixing everything. Though, be warned, tons of stuff was removed between Bootstrap 2 and Bootstrap 3. And one of the most confusing part is now instead of span# it's col-xs/sm/md/lg-# (example is col-lg-6). But give me a few days, I'll attempt to put a pull request for this. |
I added the scss file: https://github.com/danneu/darkstrap/blob/master/darkstrap.scss -- I think it's slightly out of date with the latest css file. Something minor though, like I think I need to backport a pull request or two. My development workflow is not pretty and I'd love to simplify it so that people can easily contribute. In fact, I think the complexity of my workflow is the main cause of the stagnation of this project since I have to relearn how I do it every time I want to make a trivial edit. Check out this monstrosity. This is how the
And this is how I turn it into the
|
That was the comical workflow I came up with two years ago when I first started this project, so going forward I'd like to:
So those are some things I'll try to figure out. |
Hey Dan, I've actually fixed the demo for this in Bootstrap 3, and I've fixed some of the CSS in the Darkstrap CSS file to allow it. Not sure if you want it, but I do have it. Though I got rid of some of the things that were on the demo, since Bootstrap 3 seemed to get rid of them. If you don't need it and you're almost done, then that's fine. I did it while I started my new job since I literally was doing nothing (getting set up and whatnot). |
👍 to create darkstrap for bootstrap 3! |
@irjamby Badass. Could you share it? |
@danneu Yes, but where do you want it? I have the .css file and then the .html.erb file that would go on your personal site. Want me to just commit both to darkstrap and then let you put them where ever? |
@irjamby
|
I'll update this repo to include two darkstraps: darkstrap-2-x.css for Bootstrap 2, and darkstrap-3-x.css (contributed by irjamby) for Bootstrap 3. I also think I will change the versioning to be I think this would be the least confusing way to distribute darkstrap particularly for non-developers (compared to, say, git tags). But I'm also a git noob myself. |
I did port irjamby's generous darkstrap3.css pull request to my blog and will add it as a demo. http://www.danneu.com/bag/darkstrap/darkstrap3.html You can see the darkstrap3.css here: http://www.danneu.com/bag/darkstrap/css/darkstrap3.css There are some small issues that I'll resolve when I add a post about the updated Darkstrap and link to the 3.0 demo. And I still need to fix some Webkit-specific issues with things like selection boxes. |
@danneu Great stuff! Darkstrap 3 looks good, the only major difference that I noticed though is the height of input controls, they all look much smaller in v3 than their counterparts in the stock theme or v2. |
Very glad to see this. Would be great to a list of URLs/projects that have used it. |
Thanks for this, are panels going to be implemented as well? |
Good stuff, can't wait to use this. Unfortunately the layout I am working on is using panels heavily. I am with Incisive on asking if the panels can be implemented? Thanks again for your work on this, looks amazing! |
Love the look but to bad it seem to have died :(. |
Wondering if you were going to make further updates to be compliant with Bootstrap 3
The text was updated successfully, but these errors were encountered: