duotone-dark-syntax icon indicating copy to clipboard operation
duotone-dark-syntax copied to clipboard

[bug] sass mixin argument same as punctuation…

Open minimaldesign opened this issue 8 years ago • 2 comments

Would love to use this theme! It's beautiful… Unfortunately, it's impractical for me right now with how subtle the punctuation elements are. I get the concept… But it's just too extreme for my old eyes. I basically can't see them at all 😅 And this:

screen shot 2017-01-28 at 07 31 34

minimaldesign avatar Jan 28 '17 12:01 minimaldesign

Also: seems to apply same color to properties that are not recognized:

screen shot 2017-01-28 at 07 57 08

minimaldesign avatar Jan 28 '17 13:01 minimaldesign

as a quick fix, I've set packages/duotone-dark-syntax/node_modules/duotone-syntax/styles/languages/css.less:3 to:

.syntax--css {
  &.syntax--source {
    .uno-3();

but I'm still seeing slightly weird stuff, like some properties more accented than others:

screen shot 2017-01-28 at 08 45 30

minimaldesign avatar Jan 28 '17 13:01 minimaldesign