Skip to content

Commit

Permalink
Point main to CSS file for usage by bundlers
Browse files Browse the repository at this point in the history
This allows to just do
```typescript
import 'tacit-css'
```
instead of
```typescript
import 'tacit-css/dist/tacit-css-1.6.0.css'
```
in your JS code when using a bundler like Webpack.
  • Loading branch information
navaati authored Jan 5, 2024
1 parent 366b892 commit 1e4da3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"copyright": "2015",
"description": "CSS Framework for Dummies",
"main": "index.js",
"main": "dist/tacit-css-1.6.0.css",
"scripts": {
"test": "grunt --no-color",
"rultor": "grunt rultor --no-color",
Expand Down

0 comments on commit 1e4da3b

Please sign in to comment.