aboutsummaryrefslogtreecommitdiff
path: root/scss/mixins/_border-radius.scss
AgeCommit message (Collapse)AuthorFilesLines
2021-02-10Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto1-0/+2
* WIP: Mention variables, mixins, and loops in docs * Add Sass sections to component pages * add sass docs for forms and content * Update buttons.md * Remove empty mixins sections * Massive update to utilities and some consistency changes Co-authored-by: XhmikosR <[email protected]>
2020-12-04feat(RTL): implement RTLGaël Poupard1-6/+6
Using RTLCSS directives, renaming things to use logical names and following best practices.
2020-09-28Update stylelint to v13.7.2 (#31726)XhmikosR1-1/+1
2020-09-01Add default parameters to each border radius mixin (#31571)Jeremy Jackson1-8/+8
* Add default parameters to each border radius mixin * Add border radius changes to migration guide Co-authored-by: Jeremy Jackson <[email protected]>
2020-02-14Avoid border-radius functions return negative values (#30166)Shohei Yoshida1-13/+26
* Avoid border-radius functions return negative values * Update _border-radius.scss Co-authored-by: XhmikosR <[email protected]>
2019-02-07Create `border-top-left-radius` and `border-bottom-right-radius` mixins (#28100)João Lucas1-0/+12
* Create border-top-left-radius mixin * Create border-bottom-right-radius mixin
2019-01-07Add horizontal list group modifier (#27970)Mark Otto1-0/+12
Alternate take to #27683 that builds the modifier class based on min-width, such that list groups are stacked until the class's breakpoint is reached. This is less verbose, matches our primary responsive approach, and prevents an extra class. Unfortunately, I believe supporting flush list groups is too much code here, so I've skipped that and made a note in the docs. Also added examples generate from our breakpoints data file with a protip for how to do equal width items.
2018-12-23Blacklist border-radius property (use mixin instead) (#27900)Martijn Cuppens1-1/+5
2017-03-18Update scss mixins to comply with scss-linting rules (#22151)naicko1-3/+3
* Fixed some linting issues * Run npm tasks after scss cleanup * Revert "Run npm tasks after scss cleanup" This reverts commit 1103a0da68d1846ad592eb4a105046a939557830. * Property sort order for grid * Let's respest the property order in the mixins * Respect property sort order in reboot file * ::-ms-expand is a vendor-prefix, add it to the scss-lint disable * Revert hover mixin comment * Fixed missing mixin hover-focus
2015-10-07Move border-radius mixin from scss/_mixins.scss to ↵Chris Rebert1-0/+6
scss/mixins/_border-radius.scss Reunites the family. Closes #17791
2015-09-03only apply border radius mixins if rounded corners are enabled; alternate ↵Mark Otto1-8/+16
fix to #17426
2014-12-02convert to scssMark Otto1-0/+21