anuragshas commited on
Commit
184fe1e
·
1 Parent(s): cfba965

fix: style

Browse files
Files changed (2) hide show
  1. .stylelintrc.json +2 -1
  2. style.css +1 -1
.stylelintrc.json CHANGED
@@ -2,6 +2,7 @@
2
  "extends": "stylelint-config-standard",
3
  "rules": {
4
  "rule-empty-line-before": null,
5
- "no-descending-specificity": null
 
6
  }
7
  }
 
2
  "extends": "stylelint-config-standard",
3
  "rules": {
4
  "rule-empty-line-before": null,
5
+ "no-descending-specificity": null,
6
+ "import-notation": "string"
7
  }
8
  }
style.css CHANGED
@@ -1,4 +1,4 @@
1
- @import url("tailwindcss");
2
 
3
  .quotation-print {
4
  max-width: 800px;
 
1
+ @import "tailwindcss";
2
 
3
  .quotation-print {
4
  max-width: 800px;