Skip to content

Commit 94b2761

Browse files
committed
use @import
1 parent 283357c commit 94b2761

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

gatsby-browser.js

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
// custom CSS styles
1616
// Separate up tailwindcss files for fast recompile https://github.com/brianlovin/brian-lovin-next/pull/1193
1717
import "src/styles/tailwind.css"
18-
import "src/styles/tailwind-utils.css"
19-
import "src/styles/style.css"
2018

2119
import * as React from 'react'
2220
import Layout from 'src/components/Layout'

src/styles/tailwind.css

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
@import "tailwindcss/base";
22

3+
@import "tailwindcss/utilities";
4+
35
@import "tailwindcss/components";
6+
7+
@import "./style.css";

0 commit comments

Comments
 (0)