Skip to content

Commit

Permalink
Add histoire layer
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoattal committed Jul 28, 2024
1 parent ea79ca2 commit 0fbd6ee
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions packages/histoire-app/src/app/style/main.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,39 @@
@import 'floating.pcss' layer(histoire);
@import 'transitions.pcss' layer(histoire);

*,
::before,
::after {
box-sizing: border-box;
border-width: 0;
border-style: solid;
border-color: #e5e7eb;
}
@tailwind base;
@tailwind components;
@tailwind utilities;

a,
input,
button {
color: inherit;
}
@layer histoire {
*,
::before,
::after {
box-sizing: border-box;
border-width: 0;
border-style: solid;
border-color: #e5e7eb;
}

a {
text-decoration: inherit;
}
a,
input,
button {
color: inherit;
}

input, button {
font-family: inherit;
}
a {
text-decoration: inherit;
}

a,
button {
user-select: none;
}
input, button {
font-family: inherit;
}

@tailwind base;
@tailwind components;
@tailwind utilities;
a,
button {
user-select: none;
}

@layer base {
body,
pre {
margin: 0;
Expand Down

0 comments on commit 0fbd6ee

Please sign in to comment.