Skip to content

Commit

Permalink
Use CSS imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleytaunt committed Dec 9, 2017
1 parent 91d3a16 commit e8bee95
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added cssgraph.zip
Binary file not shown.
Binary file removed cssgraphs.zip
Binary file not shown.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>CSS Graphs by Bradley Taunt</title>
<!-- Demo Page Styles -->
<link rel="stylesheet" href="https://bradleytaunt.com/cssgraphs-demo/style.css">
<link rel="stylesheet" href="https://bradleytaunt.com/cssgraphs-demo/cssgraph_bar.css">
<link rel="stylesheet" href="https://bradleytaunt.com/cssgraphs-demo/cssgraph_plot.css">
<link rel="stylesheet" href="style.css">
</head>
<body>

Expand Down
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
@import 'cssgraph_bar.css';
@import 'cssgraph_plot.css';

* {
box-sizing: border-box;
Expand Down

0 comments on commit e8bee95

Please sign in to comment.