🚚 Remove 'pt' prefix for clarity and decoupling
This commit is contained in:
parent
e7744cbb93
commit
1dfc789172
24 changed files with 729 additions and 734 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
/* Heading component */
|
||||
|
||||
.pt-heading__subtitle {
|
||||
margin-top: calc(-1 * var(--pt-gap-0-35));
|
||||
.heading__subtitle {
|
||||
margin-top: calc(-1 * var(--val-gap-0-35));
|
||||
}
|
||||
|
||||
/* Button component */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue