Skip to content

Commit

Permalink
style: use import
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Jul 6, 2023
1 parent cdcd721 commit 89c27ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions example/demo.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@import 'https://cdn.readme.io/public/hub/web/main.3f4ed9ef7e8b221de43c.css';
@import 'https://cdn.readme.io/public/hub/web/3435.9200159a8fec79d971c4.css';

@import '../styles/main.scss';

#rdmd-demo {
Expand Down
2 changes: 0 additions & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<html>
<head>
<title>Markdown Demo</title>
<link rel="stylesheet" type="text/css" href="https://cdn.readme.io/public/hub/web/main.3f4ed9ef7e8b221de43c.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.readme.io/public/hub/web/3435.9200159a8fec79d971c4.css" />
<link rel="stylesheet" type="text/css" href="demo.css" />
<link
rel="stylesheet"
Expand Down

0 comments on commit 89c27ca

Please sign in to comment.