You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I want to base my css code upon
normalize.css
, so I added the cdn link to theexternal_stylesheets
array injs/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.The text was updated successfully, but these errors were encountered: