Awjin
Awjin
The CSS Values and Units Level 4 Working Draft has landed math functions, in which they added constants for [`infinity`, `-infinity`, and `NaN`](https://www.w3.org/TR/css-values-4/#calc-error-constants). We should add these variables to `sass:math`....
Recently, we've standardized Sass repos onto Github tooling by migrating away from Travis CI and onto Github Actions. If we're considering a website overhaul, a similar consolidation could make sense...
It would be helpful to generate reports on the status of the repo. Some examples of information that would be useful are: * How many specs are marked as TODO...
The directory structure has grown organically over time, and as such does not completely adhere to the recommendations set in the [style guide](https://github.com/sass/sass-spec/blob/master/STYLE_GUIDE.md#do-use-descriptive-paths). For example, some directories have generic names...
See https://github.com/sass/sass-spec/issues/1516 Adds specs for the value `color`.
Closes https://github.com/sass/sass-spec/issues/1517
See https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN#win32-file-namespaces: > For file I/O, the "\\\\?\\" prefix to a path string tells the Windows APIs to disable all string parsing and to send the string that follows it...
Repro - from the docs: https://vaul.emilkowal.ski/inputs ## Current behavior (Safari, iPhone 15, latest iOS) https://github.com/user-attachments/assets/88b6328f-5997-4ba2-9f79-a8026417c841 ## Expected behavior After blurring the text input (in this case, pressing "Done" on the...