Skip to content

Commit

Permalink
fix: stop ignoring the css files
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Sep 18, 2022
1 parent 815cf8c commit 65924ac
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -15,8 +15,5 @@ npm-debug.log
!.yarn/versions
.pnp.*

# Distribution files
**/*.css

# ESLint
.eslintcache
21 changes: 21 additions & 0 deletions styles/items-with-spells-5e.css
@@ -0,0 +1,21 @@
.items-with-spells-tab {
display: flex;
flex-direction: column;
}

.items-with-spells-warnings {
flex: 1 0 auto !important;
}

.items-with-spells-items-list {
height: 100%;
}

.item-with-spells-item-detail {
text-align: center;
font-size: 12px;
}

.item-with-spells-item-controls {
border-left: 1px solid #c9c7b8;
}

0 comments on commit 65924ac

Please sign in to comment.