-
Notifications
You must be signed in to change notification settings - Fork 192
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
Updated lib - fixed bug #581
Conversation
@@ -31,11 +31,13 @@ html { | |||
color: var(--wc-variant-background-dark); | |||
box-sizing:border-box; | |||
font-size:62.5%; | |||
font-size:calcl(1em * 0.625); |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Hmm, wonder why travis is so grouchy. It might be a cache issue since we cache all the npm modules. Let me see if I can clear it. Ah no, not Travis. Just a small syntax error. |
path: ["node_modules"] | ||
} | ||
} | ||
url : false |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
LGTM, thanks! |
cssrecipes-utils
: changelogcssrecipes-reset
: changelogr? @miketaylr
do not forget to do :
npm install
cc @karlcow @tagawa @calexity