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

css files specified in external_stylesheets load after the own css? #55

Open
learosema opened this issue Apr 10, 2015 · 0 comments
Open

Comments

@learosema
Copy link

I want to base my css code upon normalize.css, so I added the cdn link to the external_stylesheets array in js/config.js.

Unfortunately, the css code is loaded after my own css. So, this causes normalize.css to overwrite my own paddings, margins, etc.

For now, I work around this by just not using the option and putting <link rel="stylesheet" href="//cdn-server/.../normalize.css"> into the styleguide's index.html instead.

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