Skip to content

Commit

Permalink
Add emoji to font stack, add node-sass fix script, regen css
Browse files Browse the repository at this point in the history
  • Loading branch information
citrusui committed Jul 20, 2017
1 parent cffb258 commit 0b5b418
Show file tree
Hide file tree
Showing 6 changed files with 2,130 additions and 11 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ A modernized fork of [Poole](http://getpoole.com) designed for Jekyll 3.0+.

# Example site

[View the live demo here.](https://citrusui.github.io/poole/)
[View the live demo here!](https://citrusui.github.io/poole/)

# What's New
# What's Different?

- ## Added files

- Added files
- Implementation of [`sass-lint`](https://github.com/brigade/scss-lint) using [these rules](.sass-lint.yml)
- Basic button styles (`_buttons.scss`)
- Navbar styles (`_navbar.scss`)

- Styles
- ## Style changes

- Lots of formatting changes
- Eliminate almost all vendor prefixes
- Every color is now specified as a variable
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/poole.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {
}

html {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-family: system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 16px;
line-height: 1.5;
-webkit-tap-highlight-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/poole.min.css

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

Loading

0 comments on commit 0b5b418

Please sign in to comment.