We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ddf31 commit a7a5718Copy full SHA for a7a5718
1 file changed
_sass/minimal-mistakes-plus.scss
@@ -3,6 +3,26 @@
3
blockquote {
4
margin-inline: 0;
5
font-style: normal;
6
+
7
+ &[data-type="note"] {
8
+ @extend .notice--info;
9
+ }
10
11
+ &[data-type="tip"] {
12
+ @extend .notice--success;
13
14
15
+ &[data-type="important"] {
16
+ @extend .notice--primary;
17
18
19
+ &[data-type="warning"] {
20
+ @extend .notice--warning;
21
22
23
+ &[data-type="caution"] {
24
+ @extend .notice--danger;
25
26
}
27
28
* {
0 commit comments