-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Convertor from BT3 to BT4 #25554
Comments
Sounds neat! Unfortunately I'm going to have to close your issue though since it isn't a feature request or bug report. Feel free to share and gather feedback in our Slack! |
@mdo OK, thanks. Is there some change log as I said? Do you have some ideas about it? |
check the docs, there's a migration section that starts from the Alphas and goes all the way to the stable release, change for change |
I am not sure such a converter is feasible (for all cases). What you could do though is a detector of references to BS3 classes and such. That was also the idea in my Bootlint fork (at least for CSS classes): twbs/bootlint#410 |
Hello,
i am thinking about create some convertor from BT3 to BT4 for my frontend projects.
This convertor could search and replace strings in files of type:
.scss
,.css
,.html.twig.
...Important is for me some changelog in readable format (js object / yaml / ...).
Here is my quick draft: https://gist.github.com/landsman/526d88db01cf5ec50fad257fe2d44574
Final convertor can be wrapped in
npm
module.What you think about? Manually refactoring is annoying 😞
Something like 😍 Rector could be pretty to future!
The text was updated successfully, but these errors were encountered: