aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/abstracts/_placeholders.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-09-27 17:38:23 +0200
committerArmand Philippot <git@armandphilippot.com>2023-10-24 12:25:00 +0200
commit7255d25f6834a208c0ed44636356cc260f6ab6ba (patch)
tree88016a958190f766a3ac0ab4b77f4732e17502e8 /src/styles/abstracts/_placeholders.scss
parentba793e043e4d8515b1a9ea490ee2c5f92b1fd6c2 (diff)
refactor(components): rewrite Heading component
* remove `alignment` and `withMargin` props (consumer should handle that) * move styles to Sass placeholders to avoid repeats with headings coming from WordPress * refactor some other components that depend on Heading to avoid ESlint errors
Diffstat (limited to 'src/styles/abstracts/_placeholders.scss')
-rw-r--r--src/styles/abstracts/_placeholders.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/abstracts/_placeholders.scss b/src/styles/abstracts/_placeholders.scss
index 7729e84..76fdbd6 100644
--- a/src/styles/abstracts/_placeholders.scss
+++ b/src/styles/abstracts/_placeholders.scss
@@ -1,5 +1,6 @@
@forward "./placeholders/animations";
@forward "./placeholders/buttons";
@forward "./placeholders/clearfix";
+@forward "./placeholders/headings";
@forward "./placeholders/layout";
@forward "./placeholders/list";