diff --git a/.stylelintignore b/.stylelintignore index da64780c..8062b4f7 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -6,6 +6,8 @@ /.angular /test-reports /src/coverage +/src/styles.scss + /projects/ngx-mask-lib/coverage # Node diff --git a/.stylelintrc.json b/.stylelintrc.json index 5c635866..536ca0df 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -2,6 +2,9 @@ "extends": ["stylelint-config-recommended-scss", "stylelint-prettier/recommended"], "customSyntax": "postcss-scss", "rules": { + "no-empty-source": null, + "scss/comment-no-empty": null, + "no-descending-specificity": null, "selector-type-no-unknown": [ true, { diff --git a/bun.lockb b/bun.lockb index c6f68a0c..b1a2112e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 66125bd1..759ef289 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,8 @@ "type-coverage": "^2.29.1", "typescript": "5.5.4", "angular-eslint": "^18.1.0", - "typescript-eslint": "^7.17.0" + "typescript-eslint": "^7.17.0", + "tailwindcss": "^3.4.14" }, "typeCoverage": { "atLeast": 92, diff --git a/src/app/app.component.html b/src/app/app.component.html index e40422d1..53f0f10a 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,10 +1,10 @@ -
-
-
-
+ Source code
+
+
+
+