Skip to content
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

Respect $enable-rounded in mixins _border-radius.scss #18385

Closed
MHobijnCgmNl opened this issue Nov 30, 2015 · 3 comments
Closed

Respect $enable-rounded in mixins _border-radius.scss #18385

MHobijnCgmNl opened this issue Nov 30, 2015 · 3 comments
Labels

Comments

@MHobijnCgmNl
Copy link

The mixin border-radius (in _mixins.scss) checks $enable-rounded. But the mixins in _border-radius.scss do not. Please add the check, so setting $enable-rounded can block all roundings.

@cvrebert
Copy link
Collaborator

As of the current v4-dev branch, unless I'm missing something, there is no such mixin in _mixins.scss and all the mixins in _border-radius.scss respect $enable-rounded.
Given that v4 is currently in a phase of intensive development (hence why it's in Alpha), please check the bleeding-edge v4-dev code before filing bugs in the future. Thanks!

@MHobijnCgmNl
Copy link
Author

Dear Chris,
Sorry for the trouble. I use the code downloaded from ‘git://github.com/twbs/bootstrap.git#v4.0.0-alpha’.
I expected that to be the newest.

I will check the real code next time I have an ‘issue’.

Met vriendelijke groet,
With kind regards

Mathijs Hobijn
Software Developer
[cid:image001.png@01CEFFCC.1267D910]
CompuGroup Medical Nederland B.V.
Hoogoorddreef 15
1101 BA Amsterdam Zuidoost
The Netherlands

T +31 (0) 88 387 63 32

mathijs.hobijn@cgm.commailto:mathijs.hobijn@cgm.com
www.cgmnederland.nlhttp://www.cgmnederland.nl/

[cid:image008.png@01D0BFCD.D901A930]Before printing, think about the environment.

DISCLAIMER: This e-mail contains information which may be legally privileged. It is intended to be read by the addressee only. If this e-mail has been misdirected, please notify the author by replying to this e-mail. If you are not the intended recipient, you must not use, distribute, copy, print or rely on this e-mail and all copies should be deleted. This e-mail does not constitute a legally binding document.

Van: Chris Rebert [mailto:notifications@github.com]
Verzonden: maandag 30 november 2015 9:34
Aan: twbs/bootstrap
CC: Hobijn, Mathijs
Onderwerp: Re: [bootstrap] Respect $enable-rounded in mixins _border-radius.scss (#18385)

As of the current v4-devhttps://github.com/twbs/bootstrap/tree/v4-dev branch, unless I'm missing something, there is no such mixin in _mixins.scsshttps://github.com/twbs/bootstrap/blob/v4-dev/scss/_mixins.scss and all the mixins in _border-radius.scsshttps://github.com/twbs/bootstrap/blob/v4-dev/scss/mixins/_border-radius.scss respect $enable-rounded.
Given that v4 is currently in a phase of intensive development (hence why it's in Alpha), please check the bleeding-edge v4-devhttps://github.com/twbs/bootstrap/tree/v4-dev code before filing bugs in the future. Thanks!


Reply to this email directly or view it on GitHubhttps://github.com//issues/18385#issuecomment-160553965.

@AndersSahlin
Copy link
Contributor

I think this issue is still present, somewhat.

.modal-content has rounded borders even if they have been disabled with the setting. Probably because it uses $border-radius-lg instead of the mixin.

https://github.com/twbs/bootstrap/blob/v4-dev/scss/_modal.scss#L52

AndersSahlin added a commit to AndersSahlin/bootstrap that referenced this issue Jan 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants