bootstrap/scss/mixins
Romaric Pascal 33ccbc23e3
SCSS testing of the utilities API (#36029)
* Set up CSS testing using sass-true and mocha

Use mocha to handle the heavy lifting of finding tests and running them.
Mocha is made to look directly for SCSS files which are compiled
thanks to Node's require.extensions mechanism.

* Add CSS tests to workflow

* Add tests for the generate-utility mixin

* Add tests for utilities generation

* Fix linting issues

* Fix test contents

Don't know why the whole utilities.test.scss ended up copied in the api.test.scss

* Remove unnecessary entry in package.json

* Move to Jasmine for running the tests

* Move running of CSS tests before CSS build

* Update linting set up

Add exceptions for test files in stylelint

* Remove irrelevant option for sass-true

* Fix linting issues after rebase

* Add color mode tests

* Fix linter

Co-authored-by: Mark Otto <markdotto@gmail.com>
2022-12-24 14:29:20 -08:00
..
_alert.scss Add dark mode support (#35857) 2022-11-28 22:30:26 -08:00
_backdrop.scss
_banner.scss Release v5.3.0-alpha1 (#37661) 2022-12-24 18:37:22 +02:00
_border-radius.scss
_box-shadow.scss
_breakpoints.scss
_buttons.scss Add CSS custom property: --bs-btn-disabled-border-color to mixin: button-outline-variant 2022-07-11 01:38:05 -07:00
_caret.scss Add parameters to the caret mixin 2022-10-03 11:19:56 -07:00
_clearfix.scss
_color-mode.scss Fix Sass compilation when `$color-mode-type` is set to `media-query` (#37687) 2022-12-21 08:52:07 +02:00
_color-scheme.scss
_container.scss
_deprecate.scss
_forms.scss Add dark mode support (#35857) 2022-11-28 22:30:26 -08:00
_gradients.scss
_grid.scss Fix typos in code (#36763) 2022-07-18 13:30:29 -07:00
_image.scss
_list-group.scss Add dark mode support (#35857) 2022-11-28 22:30:26 -08:00
_lists.scss
_pagination.scss Stylelint: Disable `custom-property-empty-line-before` 2022-05-22 19:58:14 -07:00
_reset-text.scss
_resize.scss
_table-variants.scss Don't redefine `$border-color` in `table-variant` mixin (#37239) 2022-10-02 16:33:11 +02:00
_text-truncate.scss
_transition.scss
_utilities.scss SCSS testing of the utilities API (#36029) 2022-12-24 14:29:20 -08:00
_visually-hidden.scss