Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

post css nesting nuxt

build: {
    postcss: {
        plugins: {
            'postcss-import': true,
            'tailwindcss/nesting': {}, 
             'postcss-nested': {},
        },
    },
},
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #post #css #nesting #nuxt
ADD COMMENT
Topic
Name
1+9 =