Bootstrap is great, almost perfect. One thing it’s missing is responsive text-align.
So I created a simple .less file that uses Bootstraps breakpoints and class naming format. It allows you use set specific text-align for specific breakpoints.
A Web Developer in Winnipeg
Bootstrap is great, almost perfect. One thing it’s missing is responsive text-align.
So I created a simple .less file that uses Bootstraps breakpoints and class naming format. It allows you use set specific text-align for specific breakpoints.
Hi. I have a problem when compiling with your code, the screen size variables are part of Bootstrap and not accesible from my less code. How do you resolve it? just redefining the variables?
What is the error you’re getting?
Excellent! This should be included with Bootstrap. Only one thing I found that I didn’t like was that after I implemented in SASS, the alignment defaults to center, and it should default to left.
I made a pull request to add this, but they rejected it.
Is there is an error in the SASS?
Just replace @screen with $screen 🙂
Leave a Reply
Only people in my network can comment.