diff --git a/css/keyrune.css b/css/keyrune.css
index 4223e2b..74da009 100644
--- a/css/keyrune.css
+++ b/css/keyrune.css
@@ -83,10 +83,10 @@
.ss-duo.ss-mid::after {
content: "\e979";
}
-.ss-duo.ss-nnc::before {
+.ss-duo.ss-ncc::before {
content: "\e98f";
}
-.ss-duo.ss-nnc::after {
+.ss-duo.ss-ncc::after {
content: "\e990";
}
.ss-duo.ss-common:after {
@@ -1232,4 +1232,4 @@
}
.ss-border.ss-c15:after {
content: "\e900";
-}
+}
\ No newline at end of file
diff --git a/docs/cheatsheet.html b/docs/cheatsheet.html
index f74b208..f2efdb0 100644
--- a/docs/cheatsheet.html
+++ b/docs/cheatsheet.html
@@ -226,7 +226,7 @@
ss-nec 
ss-neo 
ss-nms 
- ss-nnc 
+ ss-ncc 
ss-nph 
ss-ody 
ss-ogw 
@@ -374,8 +374,8 @@
cc2 border 
j21 border 
mid border 
- nnc inner color 
- nnc inner wing 
+ ncc inner color 
+ ncc inner wing 
-
Streets of New Capenna Commander (nnc)
+
+ Streets of New Capenna Commander (ncc)
Commander Legends: Battle for Baldur's Gate (clb)
diff --git a/less/duo.less b/less/duo.less
index be3cf93..4e6529a 100644
--- a/less/duo.less
+++ b/less/duo.less
@@ -60,7 +60,7 @@
// Streets of New Capenna: Commander
// uses 2 separate glyphs to construct this
- &.@{ss-prefix}-nnc {
+ &.@{ss-prefix}-ncc {
&::before {
content: "\e98f";
}
diff --git a/less/icons.less b/less/icons.less
index cbad106..26d5799 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -203,7 +203,7 @@
.@{ss-prefix}-voc:before { content: "\e986"; } // Crimson Vow Commander
.@{ss-prefix}-cc2:before { content: "\e987"; } // Commander Collection: Black (inner)
.@{ss-prefix}-nec:before { content: "\e98d"; } // Kamigawa: Neon Dynasty Commander
-.@{ss-prefix}-nnc:before { content: "\e98e"; } // Streets of New Capenna Commander
+.@{ss-prefix}-ncc:before { content: "\e98e"; } // Streets of New Capenna Commander
.@{ss-prefix}-clb:before { content: "\e991"; } // Commander Legends: Battle for Baldur's Gate
/**
diff --git a/sass/_helpers.scss b/sass/_helpers.scss
index 649a4b1..dd35d39 100644
--- a/sass/_helpers.scss
+++ b/sass/_helpers.scss
@@ -74,7 +74,7 @@
}
// manual corrections
- &.#{$keyrune_prefix}-nnc::before {
+ &.#{$keyrune_prefix}-ncc::before {
content: "\e98f";
}
diff --git a/sass/_variables.scss b/sass/_variables.scss
index 80cd98b..e32932f 100644
--- a/sass/_variables.scss
+++ b/sass/_variables.scss
@@ -59,7 +59,7 @@ $dual-layered: (
'cc2': '\e988',
'j21': '\e984',
'mid': '\e979',
- 'nnc': '\e990'
+ 'ncc': '\e990'
) !default;
// sets
@@ -261,7 +261,7 @@ $keyrune_sets: (
("Innistrad: Crimson Vow Commander", "voc", "\e986"),
("Commander Collection: Black", "cc2", "\e987"),
("Kamigawa: Neon Dynasty Commander", "nec", "\e98d"),
- ("Streets of New Capenna Commander", "nnc", "\e98e"),
+ ("Streets of New Capenna Commander", "ncc", "\e98e"),
("Commander Legends: Battle for Baldur's Gate", "clb", "\e991"),
//
// Reprint sets
@@ -442,4 +442,4 @@ $keyrune_sets: (
// display glyph correctly
@function ss-content($glyph) {
@return unquote("\"#{$glyph}\"");
-}
+}
\ No newline at end of file