mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 20:20:09 +00:00
Solved conflict of style between PrimeNG and Tailwind, both work together now
This commit is contained in:
13
angular.json
13
angular.json
@@ -26,9 +26,10 @@
|
||||
"input": "public"
|
||||
}
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.css"
|
||||
],
|
||||
"styles": ["src/styles.css"],
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": ["node_modules"]
|
||||
},
|
||||
"scripts": []
|
||||
},
|
||||
"configurations": {
|
||||
@@ -85,7 +86,8 @@
|
||||
}
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.css"
|
||||
"src/styles.css",
|
||||
"./node_modules/tailwindcss-primeui/v4/index.css"
|
||||
],
|
||||
"scripts": []
|
||||
}
|
||||
@@ -94,6 +96,7 @@
|
||||
}
|
||||
},
|
||||
"cli": {
|
||||
"analytics": "4f33e7fa-04db-4ebd-b6fd-8b5438dbb3ff"
|
||||
"analytics": "4f33e7fa-04db-4ebd-b6fd-8b5438dbb3ff",
|
||||
"root": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user