Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General Cleanup #6

Merged
merged 2 commits into from
Aug 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

83 changes: 0 additions & 83 deletions .sass-lint.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "stylelint-config-recommended"
}
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: node_js
os: linux
node_js:
- node
install:
npm install
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0] - 26.08.2017

### Added
- [Code of Conduct](CODE_OF_CONDUCT.md)
- [Contributing guide](CONTRIBUTING.md)
- StyleLint test

### Changed
- **[Breaking changes]** Source path changed to `index.css`

### Removed
- **[Breaking changes]** Sass versions was removed
- **[Breaking changes]** Minified CSS version was removed
- Bower support

## [0.2.0] - 24.01.2017

### Added
- This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG.
- `box-shadow: none` rule to all elements

## [0.1.1] - 13.03.2016

### Added
- `text-decoration: none` rule for anchor tag
- `text-decoration: none` rule for anchor tag
5 changes: 5 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This config defines repository maintainers
# and automatically requests reviews from them when a pull request changes any owned files
# For more details see https://github.com/blog/2392-introducing-code-owners

* @godban
74 changes: 74 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
nationality, personal appearance, race, religion, or sexual identity and
orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Contributing

When contributing to this repository, it's better first discuss the change you wish to make via issue,
email, or any other method with the maintainers of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

## Pull Request Process

1. Ensure your change is compatible with introduced rules.
2. You may merge the Pull Request in once you have the sign-off of maintainer, or if you
do not have permission to do that, you may request the second reviewer to merge it for you.

1 change: 0 additions & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

68 changes: 45 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@

Start from a scratch. Full CSS reset.

**Please be aware and use it wisely**. No Sheet Reset clears almost everything, so your users would not be able to see tab highlights, validation errors, lists markers, etc. unless you provide it.
**Please be aware of what you're doing and use it wisely**.
No Sheet Reset clears almost all user agent styles. Your users would not be able to see tab highlights, validation errors, lists markers, etc. unless you provide it back.

It also change default box-sizing behaviour.
Changes default box-sizing behaviour.

## Install

Expand All @@ -21,25 +22,46 @@ It also change default box-sizing behaviour.
npm install no-sheet-reset
```

### bower

```
bower install no-sheet-reset
## raw file

[index.css](https://raw.githubusercontent.com/godban/no-sheet-reset/master/index.css)


```css
/**
* https://github.com/godban/no-sheet-reset
* v1.0.0 | 26.08.2017
* License: MIT
*/

*,
*::after,
*::before {
box-sizing: inherit;
}

* {
background: transparent;
border: 0;
box-shadow: none;
color: inherit;
font: inherit;
margin: 0;
outline: 0;
padding: 0;
text-align: inherit;
vertical-align: baseline;
}

html {
box-sizing: border-box;
}

li {
list-style-type: none;
}

a {
text-decoration: inherit;
}
```

## or use

### raw files

- [no-sheet-reset.scss](https://raw.githubusercontent.com/godban/no-sheet-reset/master/dist/_no-sheet-reset.scss)
- [no-sheet-reset.css](https://raw.githubusercontent.com/godban/no-sheet-reset/master/dist/no-sheet-reset.css)
- [no-sheet-reset.min.css](https://raw.githubusercontent.com/godban/no-sheet-reset/master/dist/no-sheet-reset.min.css)

## Contributing

I'll check out your contribution if you have a clear and comprehensive description for your changes in pull request.


## License

MIT
33 changes: 0 additions & 33 deletions bower.json

This file was deleted.

40 changes: 0 additions & 40 deletions dev/no-sheet-reset.scss

This file was deleted.

Loading