mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
⚠️ Add flag design for content warning (#120)
* ⚠️ Add flag design for content warning
* Fix build error
* Lol fix build error
* Added terms
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
content: '🚨';
|
||||
}
|
||||
|
||||
@mixin icon__warning() {
|
||||
content: '⚠️';
|
||||
}
|
||||
|
||||
@mixin icon__alt() {
|
||||
content: '👍';
|
||||
}
|
||||
|
Reference in New Issue
Block a user