aboutsummaryrefslogtreecommitdiff
path: root/scss/tests/utilities/_api.test.scss
AgeCommit message (Collapse)AuthorFilesLines
2023-02-13Fix `$grid-breakpoints` SCSS unit tests init (#38037)Julien Déramond1-6/+5
2023-01-11Add theme maps specific to dark mode (#37843)Julien Déramond1-0/+1
* Add theme maps specific to dark mode * Fix CSS building * Fix other failing test Co-authored-by: Mark Otto <[email protected]>
2022-12-24SCSS testing of the utilities API (#36029)Romaric Pascal1-0/+75
* 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 <[email protected]>