Intelligent string/code manipulation plugin for Jetbrains IDEs: Detects shiftable type of word/line/selection and manipulates it on keyboard shortcut
107
stars
13
forks
source link
Shifter uses incorrect values for font-weight, font-style and text-decoration properties #4
Closed
markusha closed 11 years ago
The allowed values for font-weight are bold|bolder|lighter|normal. But Shifter considers that out of all of them only 'bold' value is allowed (not even 'normal'). Also it considers 'italic' or 'strikethrough' or some other erroneous values as allowed for font-weight. The same thing is with font-style and text-decoration. Please check the correct values for these properties. https://developer.mozilla.org/en-US/docs/CSS/font-style https://developer.mozilla.org/en-US/docs/CSS/font-weight https://developer.mozilla.org/en-US/docs/CSS/text-decoration