0
How do I create my own stylesheet? Just like CSS. Can I create my own stylesheet like CSS? Is there another stylesheet besides CSS? If so, how?
0
How do I create my own stylesheet? Just like CSS. Can I create my own stylesheet like CSS? Is there another stylesheet besides CSS? If so, how?
0
You would need to create not only your own stylesheet, but a browser of your own and/or integrations for current browsers to interpret your stylesheet, which doesn’t seem like a good idea.
However, what already exists today are CSS preprocessors, such as SASS, LESS, Stylus.. In them Voce writes code in these "languages" which are then compiled for CSS, so that browsers interpret their stylesheet.
Browser other questions tagged css
You are not signed in. Login or sign up in order to post.
It’s unclear. You want to customize your page with your own CSS or you want to create a new style language?
– Woss