mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 12:05:08 +00:00
Removed extract-config plugin entry
This commit is contained in:
parent
805b50707e
commit
3ceda2cf3f
|
@ -41,7 +41,7 @@ const themes = {
|
||||||
'brand' : {
|
'brand' : {
|
||||||
primary: customPalettes.brand
|
primary: customPalettes.brand
|
||||||
},
|
},
|
||||||
'teal': {
|
'teal' : {
|
||||||
primary: {
|
primary: {
|
||||||
...colors.teal,
|
...colors.teal,
|
||||||
DEFAULT: colors.teal[600]
|
DEFAULT: colors.teal[600]
|
||||||
|
@ -87,10 +87,10 @@ const config = {
|
||||||
'10xl': '8rem'
|
'10xl': '8rem'
|
||||||
},
|
},
|
||||||
screens : {
|
screens : {
|
||||||
sm : '600px',
|
sm: '600px',
|
||||||
md : '960px',
|
md: '960px',
|
||||||
lg : '1280px',
|
lg: '1280px',
|
||||||
xl : '1440px'
|
xl: '1440px'
|
||||||
},
|
},
|
||||||
extend : {
|
extend : {
|
||||||
animation : {
|
animation : {
|
||||||
|
@ -273,7 +273,6 @@ const config = {
|
||||||
},
|
},
|
||||||
corePlugins: {
|
corePlugins: {
|
||||||
appearance : false,
|
appearance : false,
|
||||||
gradientColorStops: false,
|
|
||||||
container : false,
|
container : false,
|
||||||
float : false,
|
float : false,
|
||||||
clear : false,
|
clear : false,
|
||||||
|
@ -284,7 +283,6 @@ const config = {
|
||||||
plugins : [
|
plugins : [
|
||||||
|
|
||||||
// Fuse - Tailwind plugins
|
// Fuse - Tailwind plugins
|
||||||
require(path.resolve(__dirname, ('src/@fuse/tailwind/plugins/extract-config'))),
|
|
||||||
require(path.resolve(__dirname, ('src/@fuse/tailwind/plugins/utilities'))),
|
require(path.resolve(__dirname, ('src/@fuse/tailwind/plugins/utilities'))),
|
||||||
require(path.resolve(__dirname, ('src/@fuse/tailwind/plugins/icon-size'))),
|
require(path.resolve(__dirname, ('src/@fuse/tailwind/plugins/icon-size'))),
|
||||||
require(path.resolve(__dirname, ('src/@fuse/tailwind/plugins/theming')))({themes}),
|
require(path.resolve(__dirname, ('src/@fuse/tailwind/plugins/theming')))({themes}),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user