Releases: Frontend-Layers/scss-reset
Releases · Frontend-Layers/scss-reset
1.4.5
1.4.4
- added reduced-motion rule
- added support for
[disabled="true"]
and[aria-disabled="true"]
attributes - expanded the structure of the SCSS library. Now the library can be imported using
scss @use 'scss-reset'
instead ofscss @use 'scss-reset/reset'
- added a lightweight reset
light-reset
optimized for modern browsers with seamless and "gentle" integration into popular CSS frameworks. - added additional styles for iframe, object, embed and svg
- added default black video background
- added bootstrap test pages
1.4.2
- automated clean fix
- updated documentation
1.4.1
- doc misspelling fixes and updates
- replaced
@import
to@use
1.4.0
- added mixins 'offx' - for classes and 'offxAll' - for global prevent overflow issues
- updated documentation
- added additional test cases
1.3.9
- updated documentation
1.3.8
- _total-reset.scss updates for inputs
- added additional test cases
- updated documentation
1.3.4
- _total-reset.scss updates for svg. Added namespace
1.3.2
- _total-reset.scss updates for table and block elements
1.3.1
- added total-reset for web components and aps dev
- minor infrastructure changes