Thomas

Results 23 issues of Thomas

I've used your fantastic lib in multiple projects now, and I came across some responsive issues. Beyond some Ideas to improve this, probably in a new Major release (I think...

enhancement

See https://sass-lang.com/documentation/breaking-changes/slash-div

**Config:** ``` $grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1300px ); ``` **Mixin call:** ``` .bla{ @include media-breakpoint-down(xl){ display:none; } } ``` **CSS output:** ``` .bla{...

The current .clearfix style will apply the pseudo-element to all children, this needs to be fixed.

Fix SASS/SCSS "slash-div"-Deprecation (https://sass-lang.com/documentation/breaking-changes/slash-div)

According to this release: https://github.com/jeremyckahn/shifty/releases/tag/v2.16.1 it would be nice to have a new progressbar.js release with this new shifty version. Context: https://github.com/jeremyckahn/shifty/issues/136#issuecomment-983722450

Maybe not an issue, but probably a thing to be discussed. No matter if you set `$header-margin-bottom: 0.5em;` or `$header-margin-bottom: 15px;` or `$header-margin-bottom: 0.5rem;` https://github.com/foundation/foundation-sites/blob/8846fdad0289d1a0a80929c92a4245fcb781c662/scss/typography/_base.scss#L330 will convert it to REM....

Would be very nice to have some callback functions, especially 'init'. I know, it's possible to add callbacks with the custom initialisation, but if Shariff is used for eg. as...

I wonder if the extension only autocompletes the attribute-names but not the values? **Example:** It correctly autocompletes preserveAspectRatio on the SVG-Element, but it doesn't suggest its values (none, meet, slice,...

enhancement

I dont know if Vscode allows to define the background color of status bar items: ![grafik](https://user-images.githubusercontent.com/4060313/218062468-9b88a5b9-1506-41c3-bd8f-1b27ee614261.png) ``` { "name": "Drupal 9 > Base Theme", "rootPath": "$home\\Projects\\drowl-base-theme", "paths": [], "tags": [...

enhancement
need more info