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

CriticalJs broken with Foundation #197

Open
FossPrime opened this issue Aug 19, 2016 · 0 comments
Open

CriticalJs broken with Foundation #197

FossPrime opened this issue Aug 19, 2016 · 0 comments

Comments

@FossPrime
Copy link
Contributor

FossPrime commented Aug 19, 2016

The current templates produce a 25 line (after beutification) css file that has almost nothing. Looking into it. This is the index.css file I get after beauty, which doesn't do much and does more harm then good:

@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    box-sizing: border-box
}
*, ::after, ::before {
    box-sizing: inherit
}
body {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body, html {
    height: 100%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant