0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-27 18:58:12 +00:00

fixing css

This commit is contained in:
Víctor Losada Hernández
2026-02-02 00:04:23 +01:00
parent d937e4ab81
commit 2534f23c24
3 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*eslint max-lines: ["warn", {"max": 300, "skipBlankLines": true, "skipComments": true}]*/
import './brewRenderer.less';
import brewRendererStylesUrl from './brewRenderer.less?url';
import React, { useState, useRef, useMemo, useEffect } from 'react';
import _ from 'lodash';
@@ -29,6 +29,7 @@ const INITIAL_CONTENT = dedent`
<!DOCTYPE html><html><head>
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" rel="stylesheet" type="text/css" />
<link href='/homebrew/bundle.css' type="text/css" rel='stylesheet' />
<link href="${brewRendererStylesUrl}" rel="stylesheet" />
<base target=_blank>
</head><body style='overflow: hidden'><div></div></body></html>`;