Skip to content

Commit c5f32ae

Browse files
authored
refactor: remove text/css from default theme documentationjs#1203, documentationjs#1200
1 parent 8a00a0f commit c5f32ae

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

__tests__/__snapshots__/test.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,10 +1389,10 @@ exports[`html nested.input.js 1`] = `
13891389
<meta charset='utf-8' />
13901390
<title> | Documentation</title>
13911391
<meta name='viewport' content='width=device-width,initial-scale=1'>
1392-
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
1393-
<link href='assets/style.css' type='text/css' rel='stylesheet' />
1394-
<link href='assets/github.css' type='text/css' rel='stylesheet' />
1395-
<link href='assets/split.css' type='text/css' rel='stylesheet' />
1392+
<link href='assets/bass.css' rel='stylesheet' />
1393+
<link href='assets/style.css' rel='stylesheet' />
1394+
<link href='assets/github.css' rel='stylesheet' />
1395+
<link href='assets/split.css' rel='stylesheet' />
13961396
<meta name='description' content='a documentation generator'>
13971397
</head>
13981398
<body class='documentation m0'>

src/default_theme/index._

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<meta charset='utf-8' />
55
<title><%- config['project-name'] %> <%- config['project-version'] %> | Documentation</title>
66
<meta name='viewport' content='width=device-width,initial-scale=1'>
7-
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
8-
<link href='assets/style.css' type='text/css' rel='stylesheet' />
9-
<link href='assets/github.css' type='text/css' rel='stylesheet' />
10-
<link href='assets/split.css' type='text/css' rel='stylesheet' /><% if (config['project-description']) { %>
7+
<link href='assets/bass.css' rel='stylesheet' />
8+
<link href='assets/style.css' rel='stylesheet' />
9+
<link href='assets/github.css' rel='stylesheet' />
10+
<link href='assets/split.css' rel='stylesheet' /><% if (config['project-description']) { %>
1111
<meta name='description' content='<%- config['project-description'] %>'><% } %>
1212
</head>
1313
<body class='documentation m0'>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy