Skip to content

Commit

Permalink
Merge pull request #155 from sveltinio/remove-tailwindcss-lineclamp
Browse files Browse the repository at this point in the history
fix: #153
  • Loading branch information
indaco authored Sep 28, 2023
2 parents e33adc1 + c6dc0c3 commit 84ffbbd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@sveltinio/services": "^0.3.4",
"@sveltinio/widgets": "^0.6.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/gtag.js": "^0.0.12",
"@types/lodash-es": "^4.17.6",
Expand Down Expand Up @@ -57,7 +56,7 @@
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"tailwindcss": "^3.2.7",
"tailwindcss": "^3.3.3",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const config = {
],
plugins: [
require('@tailwindcss/typography'),
require('@tailwindcss/line-clamp'),
require('@tailwindcss/aspect-ratio'),
plugin(function ({ addVariant, e, postcss }) {
addVariant('firefox', ({ container, separator }) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@sveltinio/services": "^0.3.4",
"@sveltinio/widgets": "^0.6.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/gtag.js": "^0.0.12",
"@types/lodash-es": "^4.17.6",
Expand Down Expand Up @@ -57,7 +56,7 @@
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"tailwindcss": "^3.2.7",
"tailwindcss": "^3.3.3",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const config = {
},
plugins: [
require('@tailwindcss/typography'),
require('@tailwindcss/line-clamp'),
require('@tailwindcss/aspect-ratio'),
plugin(function ({ addVariant, e, postcss }) {
addVariant('firefox', ({ container, separator }) => {
Expand Down

0 comments on commit 84ffbbd

Please sign in to comment.