Skip to content

Commit

Permalink
Changes to stylelinting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbucknell committed Mar 4, 2020
1 parent eca5009 commit b209904
Show file tree
Hide file tree
Showing 5 changed files with 348 additions and 601 deletions.
75 changes: 0 additions & 75 deletions .stylelintrc

This file was deleted.

10 changes: 10 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": [
"stylelint-config-recommended-scss"
],
"rules": {
"unit-no-unknown": null,
"no-descending-specificity": null,
"no-duplicate-selectors": null
}
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updated footer template to add ```aria-label="Footer Navigation"``` to the usgs-footer-container and changed it to a nav element
- Using Dart Sass to compile the style sheets
- Using postcss-csso to minimize the style sheets
- Updated the .stylelintrc.json to use the same as USWDS without the prettier plugin.

## 1.3.0 - 2019-12-20
### Changed
Expand Down
Loading

0 comments on commit b209904

Please sign in to comment.