tailwindcss 0.0.0-oxide-insiders.6ed3ba3 → 0.0.0-oxide-insiders.3c4cfb5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/corePlugins.js +3 -0
- package/package.json +2 -2
- package/src/corePlugins.js +1 -0
package/lib/corePlugins.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tailwindcss",
|
|
3
|
-
"version": "0.0.0-oxide-insiders.
|
|
3
|
+
"version": "0.0.0-oxide-insiders.3c4cfb5",
|
|
4
4
|
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"postcss": "^8.0.9"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@tailwindcss/oxide": "0.0.0-oxide-insiders.
|
|
73
|
+
"@tailwindcss/oxide": "0.0.0-oxide-insiders.3c4cfb5",
|
|
74
74
|
"arg": "^5.0.2",
|
|
75
75
|
"browserslist": "^4.21.5",
|
|
76
76
|
"chokidar": "^3.5.3",
|
package/src/corePlugins.js
CHANGED
|
@@ -1495,6 +1495,7 @@ export let corePlugins = {
|
|
|
1495
1495
|
'.whitespace-pre': { 'white-space': 'pre' },
|
|
1496
1496
|
'.whitespace-pre-line': { 'white-space': 'pre-line' },
|
|
1497
1497
|
'.whitespace-pre-wrap': { 'white-space': 'pre-wrap' },
|
|
1498
|
+
'.whitespace-break-spaces': { 'white-space': 'break-spaces' },
|
|
1498
1499
|
})
|
|
1499
1500
|
},
|
|
1500
1501
|
|