You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use http://getbootstrap.com/customize/ to create a custom bootstrap it looks like the minified versions are not fully minified. If you open them in notepad they appear to be but if you open them in something like vim there are line returns after each selector. I rectified this by simply doing a ':%s/\n//g'. I believe these line returns should not exist though, right?
The text was updated successfully, but these errors were encountered:
If you use http://getbootstrap.com/customize/ to create a custom bootstrap it looks like the minified versions are not fully minified.
If you open them in notepad they appear to be but if you open them in something like vimthere are line returns after each selector. I rectified this by simply doing a ':%s/\n//g'. I believe these line returns should not exist though, right?The text was updated successfully, but these errors were encountered: