Mark Otto
062e7425b8
Migrate to Sass modules ( #41512 )
...
* Reorganize scss folder
* Migrate to Sass modules
* Migrate docs to Sass modules, comment out docs grid CSS
* Give helpers folder an index.scss, migrate ratio helper to aspect-ratio utility
* Delete node sass Action
* Modify Sass tests to pass for new Sass modules implementation
* Don't disallow calc()
* Move heading classes back to Reboot to prevent a dependency
* Utilities, some helpers, and theme colors
* Temporary fix of docs compilation
* Temporary Bundlewatch fix
* docs fix import to use
* Restyle docs callouts
* Fix docs colors
* Revert typo
* Reintroduce `css-lint-vars` npm script
* Bump to Sass v1.90.x
* Fixes
* more
* Remove
---------
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-09-20 22:15:23 -07:00
Mark Otto
427c089961
Stylelint: Disable custom-property-empty-line-before
2022-05-22 19:58:14 -07:00
louismaxime.piton
00d028e646
Adding @include everytime it's not the case
2022-03-31 14:41:02 -07:00
Julien Déramond
53fe10716a
Reuse all breadcrumb CSS vars available
2022-03-31 14:16:36 -07:00
Mark Otto
acf6ea74a7
Add additional root variables, rename $variable-prefix
to $prefix
( #35981 )
...
* Add additional root variables, rename $variable-prefix to $prefix
- Adds new root CSS variables for border-radius, border-width, border-color, and border-style
- Adds new root CSS variables for heading-color, link-colors, code color, and highlight color
- Replaces most instances of Sass variables (for border-radius, border-color, border-style, and border-width) for CSS variables inside _variables.scss
- Updates $mark-padding to be an even pixel number
- Renames $variable-prefix to $prefix throughout
* Bundlewatch
2022-03-13 10:13:09 -07:00
Mark Otto
e567d511d4
Convert breadcrumb to CSS variables
2022-03-11 12:59:55 -08:00
Gaël Poupard
9488978fb5
feat(RTL): implement RTL
...
Using RTLCSS directives, renaming things to use logical names and following best practices.
2020-12-04 07:52:03 +02:00
Martijn Cuppens
bf3c4d0b68
Use $variable-prefix
2020-12-01 19:17:06 +02:00
Mark Otto
3b015ed34e
Update breadcrumb docs and dividers
...
- Add CSS custom property with fallback to Sass variable
- Update docs to mention the new CSS custom property
- Rewrite some of the docs to use divider instead of separator, and add some context here and there
2020-12-01 19:17:06 +02:00
Martijn Cuppens
cda9278f49
Suppress flexbox side effects in breadcrumb ( #31700 )
...
* Suppress flexbox side effects
* Trailing whitesapce
Co-authored-by: Mark Otto <markd.otto@gmail.com >
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2020-09-29 21:32:27 +03:00
Martijn Cuppens
910d481062
Remove underline hack for breadcrumbs
2020-03-18 20:59:27 +02:00
XhmikosR
9108e303ef
Revert "Revert "Remove IE-specific breadcrumb CSS hack""
...
This reverts commit 15d242d21a
.
2020-03-18 20:59:27 +02:00
719media
d7203bac3b
Fix breadcrumb spacing with whitespace ( #29745 )
2019-11-28 18:54:34 +01:00
astrahov
60559d44a2
Add variable for $breadcrumb-font-size
( #29467 )
2019-10-03 18:54:34 +03:00
Martijn Cuppens
f6694b7440
Use escape-svg() function ( #29077 )
...
* Use escape-svg() function
* Update theming.md
2019-07-19 18:57:12 -07:00
XhmikosR
15d242d21a
Revert "Remove IE-specific breadcrumb CSS hack"
...
This reverts commit 9fda96e197
.
2019-03-18 01:11:05 +02:00
Mark Otto
9fda96e197
Remove IE-specific breadcrumb CSS hack
2019-02-20 22:05:45 +02:00
astrahov
62277bc58e
Change breadcrumb item padding variable name ( #28125 )
2019-02-20 22:05:45 +02:00
Martijn Cuppens
a55d1b27c5
Allow non-string content as breadcrumb divider ( #25581 )
...
* Allow url(), attr(), none,... as breadcrumb divider
* Update breadcrumb divider docs
2018-04-01 18:15:57 -07:00
Alexander Hjorth
6d7d91ef3b
Allow customization of breadcrumb border radius ( #25807 )
2018-03-12 18:55:47 +02:00
XhmikosR
7b766e1ad5
Switch to stylelint. ( #23572 )
2017-10-02 20:34:56 -07:00
Andres Galante
bd8ab1070b
changes floats to flex on breadcrumbs ( #23683 )
2017-09-04 15:36:12 -07:00
Prateek Goel
9497c2164c
Add margin variable for breadcrumb ( #23138 )
...
* add margin variable for breadcrumb
* add margin variable for breadcrumb correction
* breadcrumb margin variable changes after review
2017-08-10 22:59:21 -07:00
Mark Otto
ed1de86794
Update spacer utilities ( #22123 )
...
* Drop -x and -y as they're all the same
- Also move -width to elsewhere in the vars because it makes no sense by spacers.
- Update values of -x and -y across main Sass and docs Sass.
* Update docs to reflect changes; link to spacing utils from options page
2017-03-05 12:20:44 -08:00
Mark Otto
2f4af5c295
condense that comment, clean up formatting
2016-01-17 15:50:27 -08:00
Chris Rebert
86caa76f54
In IE9-11, prevent breadcrumb separator from getting underlined on :hover when not using <ol> markup
...
Fixes #18733 in IE9-11
Also adds comments to the code explaining this and #18740 .
2016-01-07 00:43:35 -08:00
Bass Jobsen
53958dab0b
In modern browsers, prevent breadcrumb separator from getting underlined on :hover when not using <ol> markup
...
Fixes #18733 , except in IE9-11
Closes #18740
2016-01-07 00:43:28 -08:00
Chris Rebert
76a4c303ee
Refactor Breadcrumbs component
...
Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors,
so as to no longer require the usage of `<ol>`-based markup.
Rename variables to follow naming conventions:
* $breadcrumb-padding-vertical => $breadcrumb-padding-y
* $breadcrumb-padding-horizontal => $breadcrumb-padding-x
Introduce new variable: $breadcrumb-item-padding
[skip sauce]
2015-12-23 22:16:35 -07:00
Mark Otto
c0b5f71874
remoe comment /cc @cvrebert
2015-09-05 20:54:25 -07:00
Mark Otto
b8c77aaf3b
float the breadcrumb items to deal with that pesky inline-block madness
2015-09-04 21:28:01 -07:00
Kevin Kirsche
d51f0a4f81
Use double colons for psuedo elements
...
Fix #17052
2015-08-24 13:22:10 -04:00
Mark Otto
c3373df95f
clean out comments that aren't all that helpful
2015-08-17 18:33:34 -07:00
Thomas McDonald
d8acb36777
fix breadcrumbs libsass content
2015-08-12 22:14:58 -07:00
Mark Otto
0ca9b21c34
drop the base (hahaha), no but seriously drop the -base from our vars since it's cleaner
2015-06-22 18:53:04 -07:00
Mark Otto
ed89be1f44
Remove $line-height-computed
...
We have it set to `1` right now just to avoid compilation errors, but
it’s been replaced everywhere with our new spacer classes anywho. We’ll
likely want to remap that var to custom component vars though (e.g.,
`$pagination-margin` instead of `$spacer-y`).
2015-04-29 12:00:11 -07:00
Mark Otto
dfdb99c989
fix broken breadcrumb divider
2015-01-19 16:08:48 -08:00
Mark Otto
fef873a840
fix all validation, turn off some settings, add sort order
2014-12-11 12:05:29 -08:00
Mark Otto
27df020852
convert to scss
2014-12-02 14:02:35 -08:00