You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the css2 staging spec (/css2), this builds the spec:
cd csswg-drafts/css2
make
This works just fine on my machine. For the stable version (/css21), that should work as well, but there are a few differences in the Makefile, and it doesn't run on my machine.
Are the differences in the Makefile intentional / necessary?
Can the Makefile from /css21 be fixed? If it is not broken, can its dependencies be documented?
The text was updated successfully, but these errors were encountered:
@bert-github
For the css2 staging spec (
/css2
), this builds the spec:cd csswg-drafts/css2 make
This works just fine on my machine. For the stable version (
/css21
), that should work as well, but there are a few differences in the Makefile, and it doesn't run on my machine./css21
be fixed? If it is not broken, can its dependencies be documented?The text was updated successfully, but these errors were encountered: