forumone / nextjs-project

Next.js project template
0 stars 0 forks source link

Add postcss-import and vendor layer #105

Open kmonahan opened 2 months ago

kmonahan commented 2 months ago

Add a vendor layer for third-party CSS files, so that components can override them, and add postcss-import to allow for importing of and inlining CSS files from node_modules.

Example use case: adding the base slider styles from SplideJS

SirJohn96 commented 6 days ago

NEXTJS-105