Add sanitize.css to all windows and styleguide
This commit is contained in:
parent
8d4125f0a8
commit
fba401aee8
9 changed files with 12 additions and 4 deletions
|
@ -64,6 +64,11 @@ module.exports = {
|
|||
template: {
|
||||
head: {
|
||||
links: [
|
||||
{
|
||||
rel: 'stylesheet',
|
||||
type: 'text/css',
|
||||
href: '/node_modules/sanitize.css/sanitize.css',
|
||||
},
|
||||
{
|
||||
rel: 'stylesheet',
|
||||
type: 'text/css',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue