nuxt-swiper icon indicating copy to clipboard operation
nuxt-swiper copied to clipboard

Add css properly using push, instead of destruct the css array

Open larsalbrecht opened this issue 1 year ago • 1 comments

Why this change?

  1. It is faster
  2. In my application, imports with @import url('@/some/directory/my-file.css');will be broken due to the destruction. With push it is no problem.

larsalbrecht avatar Apr 16 '24 16:04 larsalbrecht

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

codesandbox[bot] avatar Apr 16 '24 16:04 codesandbox[bot]