mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-25 22:50:27 -05:00
migrated to ASP.Net Core
This commit is contained in:
12
Webfront/bower_components/bootstrap/docs/4.0/examples/.stylelintrc
vendored
Normal file
12
Webfront/bower_components/bootstrap/docs/4.0/examples/.stylelintrc
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "../../../.stylelintrc",
|
||||
"rules": {
|
||||
"at-rule-no-vendor-prefix": null,
|
||||
"comment-empty-line-before": null,
|
||||
"media-feature-name-no-vendor-prefix": null,
|
||||
"property-no-vendor-prefix": null,
|
||||
"selector-no-qualifying-type": null,
|
||||
"selector-no-vendor-prefix": null,
|
||||
"value-no-vendor-prefix": null
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user