maxmx / bootstrap-stylus

Port of Bootstrap to Stylus
MIT License
585 stars 113 forks source link

Bootstrap 4 #104

Open tremby opened 8 years ago

tremby commented 8 years ago

Any plans to port the upcoming Bootstrap 4 to Stylus?

kane-c commented 8 years ago

I certainly intend to. I wasn't planning on porting the alpha though, but I'd consider it if there was enough demand :)

tremby commented 8 years ago

No, no need for the alpha. Good to hear, thanks!

Jamesking56 commented 8 years ago

:+1: Would love the alpha in stylus but its not important.

niallobrien commented 8 years ago

I'd wait until the official release also.

Blackskyliner commented 8 years ago

I'd also like to see this coming. But I would also wait until at least beta or RC, otherwise too much maintaining would need to be done to keep this in sync with current development.

peteringram0 commented 8 years ago

+1

strobox commented 7 years ago

:+1:

niallobrien commented 7 years ago

Anyone know when the official release is scheduled for? They seem to be taking their sweet time...

Blackskyliner commented 7 years ago

Not the right tracker/place to ask it, but they seem to keep going forward, especially with the latest changes that only v4 should be worked in in the official BS Tracker. My best guess would be around 2nd to 3rd Quartal next year. I hope for a beta kind of version between 1st and 2nd Quartal though.

harvey-woo commented 7 years ago

+1

Blackskyliner commented 7 years ago

Please, peoples. Don't spam the inboxes of all collaboratives with +1 messages (in any repo on github btw.).

There are Comment-Reactions you can use to tell your support for something. So +1 posts, especially in this waiting-mode-issue-types won't help or add to the discussion.

Sorry for additionally spamming the others, again, with this message ;)

aneurysmjs commented 7 years ago

CSS frameworks should b developer friendly for those who has their preferences, in my case I really like stylus, some others SASS or SCSS... so anyways I understand and I'll wait for a more stable release, at least for rc-... meanwhile I'm playing with React :)

neysimoes commented 7 years ago

I want to do Bootstrap 4 (beta) on stylus. I think we could create a branch with v4 in stylus for anyone who wants to use it even in the beta. Also make corrections and updates along with the official version.

Blackskyliner commented 7 years ago

The beta should be, at least in existing features, almost stable enough to go with a fork in stylus now. (https://blog.getbootstrap.com/2017/08/10/bootstrap-4-beta/) There should be not too much changes now within the core components beside bugfixing. Nee components which may arrive in beta can be ported individually or on given beta version marks. We don't need the living (master) version I guess, but only the distinct tagged beta+ marked version.

A branch and corresponding tags paralleling the mainline bootstrap development seems to be a good idea in general, so we won't screw up older dependencies on older projects when they get installed and we could also correlate the feature and bugfix version 1:1 with bootstrap so a developer who updates or uses our tags, can read up on the main Changelog what he get's and which bugs may exist.

HosinQM commented 6 years ago

Hello, now the official bootstrap 4 is released, please upgrade to bootstrap 4

steven-pribilinskiy commented 5 years ago

Any plans here or waiting for Bootstrap 5? All I could find is a CSS-to-Stylus port with a very limited set of variables and some Mixins from Bootstrap 4. That's not serious :)

maxmx commented 5 years ago

PRs accepted, otherwise I might archive. Post CSS is much faster than stylus. Haven’t used stylus in years.

steven-pribilinskiy commented 5 years ago

Does PostCSS has similar syntax transformer? Is there a PostCSS port of Bootstrap 4?