sierra
sierra copied to clipboard
Sierra SCSS library
See https://sass-lang.com/documentation/breaking-changes/slash-div
Due to using DART-SASS instead of NODE-SASS, I am getting DEPRACATION warnings; `DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.` on all...
**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.
Mightily
Mightily __Originally posted by @GoogleZip in https://github.com/surfcodes/surf/issues/32__
`` elements look just like other text elements due to sharing the same font-size and vertical-align, and this could present accessibility issues. I found it necessary to override Sierra with...
I have been relying on sierra-ui since around 2017, and I have noticed that updates stopped back in 2019. This makes me wonder - is the project abandoned? If so,...
I have noticed a small issue: when clicking right on the blue arrow (the pointer of the mouse has to be right above the blue part) on a select element,...
## Origin I recently built [my own website](https://github.com/joernneumeyer/joern-neumeyer.de), which uses Sierra Library. ## Issue 1. Since Sierra Library is Licensed under GPL-2.0, copyright notices have to be applied, but no...
"Horitzontal" -> "Horizontal" Affects source code and github site