I was trying to create my own grammar and theme, and i want to have different font size for some tokens but when i do
.syntax–chapter {
color: yellow;
font-size : 20pt;
}
.syntax--subchapter {
color: green ;
font-size : 25pt;
}
I got some troubles with atom
Any idea to fix it?