Abstraction away from CSS

前端 未结 18 1808
别跟我提以往
别跟我提以往 2021-02-13 10:34

Many frameworks seek to abstract away from HTML (custom tags, JSFs component system) in an effort to make dealing with that particular kettle of fish easier.

Is there an

18条回答
  •  春和景丽
    2021-02-13 11:18

    For variable support, I have used PHP with CSS headers to great effect for that. I think you can do it in any language. Here is a php sample:

    
    BODY {
          background-color: ;
         }
    

提交回复
热议问题