seed-barista icon indicating copy to clipboard operation
seed-barista copied to clipboard

☕️ Barista: CSS unit testing with Javascript

Results 5 seed-barista issues
Sort by recently updated
recently updated
newest added

Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

Currently if there is a `.css` file like this: ```css #main { margin: 0 auto; } p, li { color: white; } #main { background-color: black; } li { font-weight:...

Below are a list of issues encountered when testing. Not necessarily Barista's fault. Would be cool if Barista could somehow provide work arounds though. --- **Doesn't correctly provide styles for...