Replies: 3 comments 13 replies
-
.CodeMirror-line {font-size:1.4em !important} works for me, as does .CodeMirror {font-size: 15px !important;}. |
Beta Was this translation helpful? Give feedback.
-
I just noticed that the Stylus icon in my plugin list is turned off when I'm in the Stylus editor. If I try to turn it on, it says "No styles installed for this site." That would explain why my style isn't being applied but why does Stylus turn itself off when I'm editing the style? |
Beta Was this translation helpful? Give feedback.
-
Judging by the video you're using a global style i.e. without site qualifiers. Previously such styles were mistakenly applied to the Stylus' own UI, consequently making it unusable. We fixed this bug, so global styles currently apply only to the web sites. To style Stylus editor or any other page of Stylus extension you need to do it in a section that explicitly targets the extension e.g. you can use URL prefix |
Beta Was this translation helpful? Give feedback.
-
I have the following line in my Stylus style:
.CodeMirror-line {font-size:1.4em !important}
This used to increase the fontsize when I was using the editor in Stylus but it no longer works. I think the last time I noticed it working was maybe a month ago, although my timing could be off. I know it used to work. Has anything changed in Stylus itself so that it doesn't apply styles to the Stylus editor?
If I view a page where Stylus is be applied, I can see my Stylus styles being included at the end of the page via a
<style>
element. This<style>
element does not exist when I view the code inspector for the Stylus editor so my Stylus styles are not being included.Was this an intentional change?
Beta Was this translation helpful? Give feedback.
All reactions