mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
Remove customCssFileName as any css file in /static/css gets appended to end of main.css
This commit is contained in:
parent
e71b4d902e
commit
a86af92e7c
3 changed files with 0 additions and 8 deletions
|
@ -43,11 +43,6 @@ class Head extends React.Component {
|
|||
rel="stylesheet"
|
||||
href={this.props.config.baseUrl + "css/main.css"}
|
||||
/>
|
||||
{this.props.config.customCssFileName &&
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href={this.props.config.baseUrl + "css/" + this.props.config.customCssFileName}
|
||||
/>}
|
||||
<script async defer src="https://buttons.github.io/buttons.js" />
|
||||
</head>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue