We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed6881 commit 408e75eCopy full SHA for 408e75e
Makefile
@@ -1,6 +1,9 @@
1
tests:
2
vendor/bin/phpunit --colors tests
3
4
+compat:
5
+ TEST_SCSS_COMPAT=1 vendor/bin/phpunit --colors tests | tail -2
6
+
7
standard:
8
vendor/bin/phpcs --standard=PSR2 bin src tests *.php
9
0 commit comments