mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Rename lists to listStyle
This commit is contained in:
parent
36c2a60766
commit
76b208dc83
@ -25,7 +25,7 @@ module.exports = {
|
||||
fontWeight: ['responsive', 'hover', 'focus'],
|
||||
height: ['responsive'],
|
||||
lineHeight: ['responsive'],
|
||||
lists: ['responsive'],
|
||||
listStyle: ['responsive'],
|
||||
margin: ['responsive'],
|
||||
maxHeight: ['responsive'],
|
||||
maxWidth: ['responsive'],
|
||||
|
||||
1
plugins/listStyle.js
Normal file
1
plugins/listStyle.js
Normal file
@ -0,0 +1 @@
|
||||
module.exports = require('../lib/plugins/listStyle').default
|
||||
@ -1 +0,0 @@
|
||||
module.exports = require('../lib/plugins/lists').default
|
||||
@ -1,5 +1,5 @@
|
||||
import preflight from './plugins/preflight'
|
||||
import lists from './plugins/lists'
|
||||
import listStyle from './plugins/listStyle'
|
||||
import appearance from './plugins/appearance'
|
||||
import backgroundAttachment from './plugins/backgroundAttachment'
|
||||
import backgroundColor from './plugins/backgroundColor'
|
||||
@ -70,7 +70,7 @@ function loadPlugins({ theme, variants, corePlugins }, plugins) {
|
||||
export default function(config) {
|
||||
return loadPlugins(config, {
|
||||
preflight,
|
||||
lists,
|
||||
listStyle,
|
||||
appearance,
|
||||
backgroundAttachment,
|
||||
backgroundColor,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user