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 committed Jan 12, 2024
1 parent b11c6ff commit 866e9cb
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.css",
"scripts": {
"test": "grunt --no-color",
"rultor": "grunt rultor --no-color",
Expand Down

0 comments on commit 866e9cb

Please sign in to comment.