mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
* Invalidate context when CSS changes * Remove invalidation count check * Add sass integration test * Update changelog
20 lines
414 B
JSON
20 lines
414 B
JSON
{
|
|
"name": "rollup.js",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"test": "jest --runInBand --forceExit"
|
|
},
|
|
"jest": {
|
|
"testTimeout": 10000,
|
|
"displayName": "rollup.js",
|
|
"setupFilesAfterEnv": ["<rootDir>/../../jest/customMatchers.js"]
|
|
},
|
|
"devDependencies": {
|
|
"rollup": "^2.48.0",
|
|
"rollup-plugin-postcss": "^4.0.2",
|
|
"sass": "^1.49.9"
|
|
}
|
|
}
|