Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Feb 21, 2024
1 parent 0e48778 commit 1e2a709
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .stylelintignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
index.ejs
index.ejs
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
"extends": ["stylelint-config-standard"],
"rules": {
"at-rule-no-unknown": [
true,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
"source-map-loader": "^5.0.0",
"source-map-support": "^0.5.21",
"stylelint": "^16.2.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^36.0.0",
"tailwindcss": "^3.4.1",
"tailwindcss-scoped-groups": "^2.0.0",
Expand Down
13 changes: 0 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/css/tailwind.src.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
@tailwind components;
@tailwind utilities;

/* Tailwind base / preflight styles: https://unpkg.com/tailwindcss@3.0.5/lib/css/preflight.css */
/* Tailwind base / preflight styles: https://unpkg.com/tailwindcss@3.4.1/lib/css/preflight.css */

* {
@apply box-border;
}

html {
font-family: var(--font-family-name);

@apply h-full;
}

Expand Down

0 comments on commit 1e2a709

Please sign in to comment.