scss-reset
scss-reset copied to clipboard
SCSS reset compilation: modern + mayers + normalizer
```html ``` fix the problem that causes span cannot click
- [ ] diff view - [x] update test templates - [ ] select reset for dropdown component by mixins - [ ] examples for structured elements wrapped by mixins...
Hiding the horizontal scroll prevents unwanted behavior caused by unintentional layout stretching when working with CMS, vendor libraries, or popular CSS frameworks. ```css html, body { overflow-x: hidden; } ```...