Skip to content

Commit

Permalink
Update the Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
picturepan2 committed Sep 11, 2017
1 parent 0956fd0 commit 4f15bc0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Spectre.css Changelog

### [v0.4.1](https://github.com/picturepan2/spectre/releases/tag/v0.4.1)

- Add default modifier to all variables
- Add `address` reset which changes font-style to normal
- Add Details and Summary Accordions support
- Fix responsive video
- Update the Docs

### [v0.4.0](https://github.com/picturepan2/spectre/releases/tag/v0.4.0)

- Switch from LESS to SASS
Expand Down
2 changes: 1 addition & 1 deletion docs/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
}

.s-content .code[data-lang="Bash"] .tag {
margin-right: 1em;
margin-right: 1em;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
Expand Down
2 changes: 1 addition & 1 deletion docs/src/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@

&[data-lang="Bash"] {
.tag {
user-select: none;
margin-right: 1em;
user-select: none;
}
}
}
Expand Down

0 comments on commit 4f15bc0

Please sign in to comment.