Skip to content

Commit

Permalink
Move index.css file to main folder, export tailwind config files
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Jul 10, 2023
1 parent 5721d58 commit 50b7d7a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Preview } from '@storybook/react';
import React from 'react';
import '../src/styles/index.css';
import '../index.css';

const preview: Preview = {
parameters: {
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Export Tailwind configuration file

### Changed

- Path to `index.css` file, from `src/styles/index.css` to `/index.css`

## [0.1.1] - 2023-07-10

### Added
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"license": "GPL-3.0",
"files": [
"dist",
"src"
"index.css",
"tailwind.config.js"
],
"scripts": {
"setup": "husky install",
Expand Down

0 comments on commit 50b7d7a

Please sign in to comment.