How can I create my own stylesheet?

0

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?

    
asked by anonymous 25.05.2017 / 04:30

1 answer

0

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.

Very similar question in SO

    
25.05.2017 / 04:53