1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 21:58:42 +03:00

fix(marketing-buttons): explicitly import primer-marketing-support

This commit is contained in:
Shawn Allen 2019-01-23 15:42:18 -08:00
parent ed40a564fe
commit 3ce1b945f0

View File

@ -1,3 +1,4 @@
// support files
@import "primer-support/index.scss";
@import "primer-marketing-support/index.scss";
@import "./lib/button.scss";