Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

feat: support options.css #418

Merged
merged 2 commits into from
Aug 9, 2021
Merged

feat: support options.css #418

merged 2 commits into from
Aug 9, 2021

Conversation

antfu
Copy link
Member

@antfu antfu commented Aug 5, 2021

close nuxt/nuxt#11736

Confirmed working with nuxt-windicss

@@ -0,0 +1 @@
<%= nuxt.options.css.map(i => `import '${i.src || i}';`).join('') %>
Copy link
Member

@pi0 pi0 Aug 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can refactor this into a virtual template (update: postponed to remove all _templates files)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pi0 pi0 changed the title feat: options.css feat: support options.css Aug 9, 2021
@pi0 pi0 merged commit fce147f into main Aug 9, 2021
@pi0 pi0 deleted the feat/options-css branch August 9, 2021 15:44
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
3.x app enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

options.css is not supported
3 participants