Clean up CSS fix
This commit is contained in:
@ -1,8 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Helmet from 'react-helmet';
|
import Helmet from 'react-helmet';
|
||||||
import { useStaticQuery, graphql } from 'gatsby';
|
import { useStaticQuery, graphql } from 'gatsby';
|
||||||
require('../styles/index.scss');
|
require('../styles/index.scss'); // Do not change this to `import`, it's not going to work, no clue why
|
||||||
// import '../styles/index.scss';
|
|
||||||
|
|
||||||
// ===================================================
|
// ===================================================
|
||||||
// Page metadata (using Helmet)
|
// Page metadata (using Helmet)
|
||||||
|
|||||||
Reference in New Issue
Block a user