Skip to content

Commit

Permalink
1.3.9
Browse files Browse the repository at this point in the history
- updated documentation
  • Loading branch information
andreymatin committed May 12, 2023
1 parent 7b50f0f commit d114c34
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# [1.3.9]

- updated documentation

# [1.3.8]

- _total-reset.scss updates for inputs
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Contributing

For issues, bugs or imporvements please open an [issue](https://github.com/andreymatin/scss-reset/issues/new)
For issues, bugs or imporvements please open an [issue](https://github.com/frontend-layers/scss-reset/issues/new)
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

_Reset compilation = modern reset + meyer's reset + normalizer_

Demo: https://andreymatin.github.io/scss-reset/test/index.html
Demo: https://frontend-layers.github.io/scss-reset/test/index.html

## Features

Expand Down Expand Up @@ -76,6 +76,8 @@ Optimized and compressed CSS version for _reset.scss
<link rel="stylesheet" href="https://unpkg.com/scss-reset/build/reset.css">
```

Transferred size: 3.62 kB

## Typography Usage

- _variables.scss
Expand Down Expand Up @@ -130,7 +132,7 @@ where need to ❗deep reset all properties of the ❗Shadow DOM elements without

## Contributing

For issues, bugs or improvements please open an [issue](https://github.com/andreymatin/scss-reset/issues/new)
For issues, bugs or improvements please open an [issue](https://github.com/frontend-layers/scss-reset/issues/new)

---
[MIT License](LICENSE)
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "scss-reset",
"version": "1.3.8",
"version": "1.3.9",
"description": "SCSS Reset",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/andreymatin/scss-reset.git"
"url": "git+https://github.com/frontend-layers/scss-reset.git"
},
"author": "Andrey Matin",
"license": "MIT",
Expand All @@ -16,9 +16,9 @@
],
"type": "module",
"bugs": {
"url": "https://github.com/andreymatin/scss-reset/issues"
"url": "https://github.com/frontend-layers/scss-reset/issues/new"
},
"homepage": "https://github.com/andreymatin/scss-reset#readme",
"homepage": "https://github.com/frontend-layers/scss-reset#readme",
"directories": {
"test": "test"
},
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>SCSS Reset</h1>

<ul>
<li><a href="https://www.npmjs.com/package/scss-reset">Back to NPM</a> </li>
<li><a href="https://github.com/andreymatin/scss-reset">Back to GitHub</a></li>
<li><a href="https://github.com/frontend-layers/scss-reset">Back to GitHub</a></li>
</ul>

<!-- HTML Templates -->
Expand Down

0 comments on commit d114c34

Please sign in to comment.