SvelteKit - How to set up global SCSS accessible to all components?

This page summarizes the projects mentioned and recommended in the original post on /r/sveltejs

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • style-resources

    Style Resources for Nuxt 3

    In Nuxt, I use the Style Resources package to make SCSS available globally and I can access variables and mixins in any component.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • svelte-preprocess

    A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.

    import preprocess from 'svelte-preprocess' import path, { dirname } from 'path' import { fileURLToPath } from 'url' import adapter from '@sveltejs/adapter-node' const filePath = dirname(fileURLToPath(import.meta.url)) const sassPath = `${filePath}/src/lib/style/` const config = { // Consult https://github.com/sveltejs/svelte-preprocess // for more information about preprocessors preprocess: preprocess({ scss: { prependData: `@import '${sassPath}_global-imports.scss';` } }), .... } export default config

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Always an error on build with ?. Operations

    1 project | /r/sveltejs | 15 Jan 2022
  • SvelteKit error: "[vite] Error when evaluating SSR module" when using ssh2-promise

    2 projects | /r/sveltejs | 5 Jan 2022
  • Comment créer une application Electron avec vite

    1 project | dev.to | 9 Dec 2021
  • how to replace strings with .env (dotenv-flow) · Issue #387 · sveltejs/svelte-preprocess

    1 project | /r/sveltejs | 23 Jul 2021
  • Storing environment variables in SvelteKit

    1 project | dev.to | 5 Apr 2021