3.0.4 • Published 8 months ago

@csstools/stylelint-no-invalid-at-import-rules-when-bundling v3.0.4

Weekly downloads
-
License
MIT-0
Repository
github
Last release
8 months ago

@csstools/stylelint-no-invalid-at-import-rules-when-bundling

version

Ensure that your @import statements are compatible with CSS bundlers

/* valid */
@import 'foo.css';

/* invalid */
@import 'foo.css?bar=1';

Usage

npm install --save-dev @csstools/stylelint-no-invalid-at-import-rules-when-bundling

// stylelint.config.js
module.exports = {
	plugins: [
		"@csstools/stylelint-no-invalid-at-import-rules-when-bundling",
	],
	rules: {
		"@csstools/stylelint-no-invalid-at-import-rules-when-bundling": true,
	},
}
3.0.4

8 months ago

3.0.3

9 months ago

3.0.2

9 months ago

3.0.1

11 months ago

3.0.0

11 months ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago