We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3282a commit 000eeb6Copy full SHA for 000eeb6
test/test.js
@@ -152,7 +152,7 @@ describe('suitcss', function() {
152
153
describe('stylelint', function() {
154
it('should check the input conforms to SUIT style rules', function(done) {
155
- suitcss('@import ./stylelint.css', {
+ suitcss('@import "./stylelint.css"', {
156
lint: true,
157
root: 'test/fixtures',
158
'postcss-reporter': {
0 commit comments