Skip to content

Commit

Permalink
Revert "improve css extraction"
Browse files Browse the repository at this point in the history
This reverts commit b8a71ea.
  • Loading branch information
damianpumar committed Dec 16, 2024
1 parent bdd6232 commit 6d051b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions argilla-frontend/assets/scss/abstract.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
*/

// abstract
@import "abstract/fonts/fonts";
@import "abstract/functions/functions";
@import "abstract/variables/variables";
@import "abstract/variables/themes";
@import "abstract/mixins/mixins";
@import "abstract/mixins/media-queries";
@import "abstract/mixins/grid-mixins";
Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 3 additions & 5 deletions argilla-frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ const config: NuxtConfig = {
},

// Global CSS (https://go.nuxtjs.dev/config-css)
css: [
"~assets/css/fonts.css",
"~assets/css/themes.css",
"~assets/scss/base/base.scss",
],
css: ["~assets/scss/base/base.scss"],

// Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins)
plugins: [{ src: "~/plugins" }],
Expand Down Expand Up @@ -149,8 +145,10 @@ const config: NuxtConfig = {
target: BASE_URL,
},
},

// Build Configuration (https://go.nuxtjs.dev/config-build)
build: {
cssSourceMap: false,
extend(config) {
config.resolve.alias.vue = "vue/dist/vue.common";
config.module.rules.push({
Expand Down

0 comments on commit 6d051b3

Please sign in to comment.