Skip to content

Commit

Permalink
fix: remove truncate class
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh4d committed Jun 29, 2024
1 parent e496087 commit ecc2e37
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# tailwind config
# Tailwind config

## Compactible version
## Install

```bash
npm i @adarshdk/tailwind-config
```

## Usage

```js
// tailwind.config.js
module.exports = {
presets: [require("@adarshdk/tailwind-config")],
}
```

## Compatible version

| Tailwind | Config |
| -------- | ------ |
Expand Down
6 changes: 0 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default {
"2xl": "1400px",
},
},
extend: {},
},
plugins: [
plugin(function ({ addUtilities }) {
Expand All @@ -39,11 +38,6 @@ export default {
"align-items": "center",
"justify-content": "space-between",
},
".truncate ": {
"text-overflow": "ellipsis",
overflow: "hidden",
"white-space": "nowrap",
},
})
}),
plugin(function ({ addVariant }) {
Expand Down

0 comments on commit ecc2e37

Please sign in to comment.