FEATURE Handling new format type
This commit is contained in:
parent
de032e83b8
commit
8248134ca0
|
|
@ -10,6 +10,7 @@
|
|||
@import './base/filters.css';
|
||||
@import './base/links.css';
|
||||
@import './base/animation.css';
|
||||
@import './base/format-types.css';
|
||||
|
||||
/* ########### FORMS ############ */
|
||||
@import './forms/forms.css';
|
||||
|
|
|
|||
3
resources/css/base/format-types.css
Normal file
3
resources/css/base/format-types.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.uppercased-small-title {
|
||||
@apply nunito font-bold text-xl tracking-wider uppercase;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user