Skip to content

Commit

Permalink
feat: require tailwindcss nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejcodes committed Sep 12, 2021
1 parent 8065075 commit 5346530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const path = require('path')
module.exports = {
plugins: [
require('postcss-import'),
require('tailwindcss/nesting'),
require('tailwindcss')(path.resolve(__dirname, '../src/tailwind.config.js')),
require('autoprefixer')
]
Expand Down

0 comments on commit 5346530

Please sign in to comment.