istf-spec icon indicating copy to clipboard operation
istf-spec copied to clipboard

Reducing ISTF spec to a CSS subset for consistency

Open kof opened this issue 8 years ago • 1 comments

CSS has lots of inconsistencies, driven by DX they thought they are optimizing. For e.g. url can be defined as a CSS string, as a url token and as a url function.

In ISTF we

  1. don't need many ways to describe the same
  2. want to reduce complexity for transformation and strinfigification steps

Lets discuss here all possible things we would want to describe in one consistent way.

kof avatar Nov 20 '17 12:11 kof

  1. For the URL, I would always use a url function

kof avatar Nov 20 '17 12:11 kof