How can I create my own style sheet? Just like CSS. Is it possible to create my own stylesheet like CSS? Is there another style sheet besides CSS? If so, how?
How can I create my own style sheet? Just like CSS. Is it possible to create my own stylesheet like CSS? Is there another style sheet besides CSS? If so, how?
You would need to create not just your style sheet, but a browser of your own and / or integrations for current browsers to interpret your style sheet, which does not seem like a good idea.
However, what already exists are CSS preprocessors, such as SASS , LESS , Stylus .. In them you write code in those "languages" that are then compiled for CSS, so that browsers interpret your style sheet.