Skip to content

Commit

Permalink
1.4.5
Browse files Browse the repository at this point in the history
- recovered index.scss
- updated `light-reset.scss`
  • Loading branch information
andreymatin committed Dec 26, 2024
1 parent 0f15530 commit f085f69
Show file tree
Hide file tree
Showing 13 changed files with 1,628 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gulp/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const copyResetCSS = () => src('./src/scss/*.scss').pipe(dest('./'));

const moveResetToScssReset = () =>
src('./src/scss/_reset.scss')
.pipe(rename('scss-reset.scss'))
.pipe(rename('index.scss'))
.pipe(dest('./'));

const minifyResetCSS = () => src('./build/reset.css')
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog

# [1.4.5] - 2024-12-27

- recovered index.scss
- updated `light-reset.scss`

# [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 of ```scss @use 'scss-reset/reset'```
- expanded the structure of the SCSS library. Now the library can be imported using `scss @use 'scss-reset'` instead of `scss @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
Expand Down
2 changes: 1 addition & 1 deletion build/light-reset.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

197 changes: 197 additions & 0 deletions dist/light-reset.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/light-reset.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f085f69

Please sign in to comment.