Skip to content

Commit

Permalink
Fix docs not correctly importing Flow stylesheet (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal authored Dec 7, 2023
1 parent 0609de6 commit 21f627b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "@mittwald/flow-stylesheet";
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
Expand Down
1 change: 0 additions & 1 deletion packages/docs/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "@mittwald/flow-stylesheet";
import Image from "next/image";
import styles from "./page.module.css";
import React from "react";
Expand Down
2 changes: 1 addition & 1 deletion packages/stylesheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
".": "./dist/style.css"
},
"files": [
"./dist"
"dist"
],
"scripts": {
"build": "node build.js"
Expand Down

0 comments on commit 21f627b

Please sign in to comment.