Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
65 views

I have an angular v20 project. I have implemented a class "redborder" in "src/styles.scss" file and I am trying to @use the "redborder" class from a component style file ...
Dml's user avatar
  • 84
-1 votes
0 answers
153 views

I am new to Vite and am using it as part of a CMS's SDK repo. It came pre-configured from the repo. I'd like to be able to configure it so that it (or something) watches my SCSS files compiles on ...
MeltingDog's user avatar
  • 15.8k
Tooling
1 vote
1 replies
28 views

I would like to set the CSS breakpoints globally in Blazor. What are some approaches? I prefer something that keeps the code or additional libraries quite simple.
PizzaOverflow's user avatar
-2 votes
0 answers
33 views

I am trying to install a project 'Medusae' but I ran into some troubles. When I try to install dependencies via npm i get this error npm warn cleanup ] npm error code 1 npm error path C:\Users\ishaa\...
Ishaan Gupta's user avatar
-1 votes
0 answers
40 views

I am trying create a dynamic classes using BEM along with the css mixins. .card--sty-1{ &__circle{} &__link{}; } .card--sty-2{ &__circle{} &__link{}; } ...for --sty-[n ...
Tejas_More's user avatar
1 vote
1 answer
55 views

I am attempting to build a sass file that imports bootstrap from the node_modules folder. I have added the bootstrap source folder to the includePath list. But for some reason, the gulp compiler is ...
Andrew Shepherd's user avatar
-2 votes
0 answers
33 views

I am facing a persistent Undefined variable error when using the new Sass module system (@use). My setup involves a modular file structure where variables are imported before they are used, but the ...
Vinicius Almeida's user avatar
0 votes
0 answers
59 views

I’m trying to style my K2 SmartForms (by Nintex) using Bootstrap 5 with SASS. However, SmartForms have their own generated HTML structure and styles that often conflict with Bootstrap’s classes and ...
Rafea Fhaily's user avatar
2 votes
1 answer
79 views

In Angular I have two equal components, but one has green-background: home-options component html: <section class="home-options"> <home-option title="Encuentra tu ...
Horacio García Magallanes's user avatar
2 votes
1 answer
68 views

I've been using newest Angular Material in Angular 20. Trying to control stuff using mat.*-overrides but I can't find the option to change height of each mat-option inside of the form-field inside the ...
PTK's user avatar
  • 85
0 votes
1 answer
53 views

We need to modernize our theme to avoid deprecations and security issues. As such, we are upgrading many node packages including webpack and sass. I'm having some trouble with inheritance. I am very ...
Loopy's user avatar
  • 83
0 votes
1 answer
58 views

If I have the following scss rule: .hero-wrapper{ padding: g.$padding-main; @include r.medium { padding: calc(g.$padding-main / 2); } @include r.small { padding: calc(g....
rappluk's user avatar
  • 25
0 votes
0 answers
51 views

We are upgrading FA5 to FA7 and it went pretty smoothly. However the icons are not as crisp, especially when white on a dark background. The below picture shows a menu starting from the left with FA5, ...
Mike Flynn's user avatar
  • 23.4k
1 vote
2 answers
91 views

I don't know what this error means. It's the first time it appears to me... I'm using angular ^19.2.0 (non-standalone) with bootstrap ^5.3.8. > X [ERROR] Undefined mixin. ╷ 15 │ ┌ @include ...
Gustavo Pilar's user avatar
2 votes
2 answers
110 views

I have sidenavigation, that has container as a wrapper for position: sticky and height of container is equal to next element in it`s parent flex component: I am using Nextjs and SCSS: export function ...
Dmytro's user avatar
  • 75
1 vote
2 answers
72 views

I am using VS Code and NextJS to build the frontend for the application. VS Code is reporting the following error: Cannot find module or type declarations for side-effect import of '~/styles/layout/...
Chris Hunter-Johnson's user avatar
1 vote
0 answers
71 views

I have some CUDA kernel code doing the following: half * restrict output; half v; // ... etc ... int i = whatever(); #ifdef CHECK_X if (i >= 0 && i <= SOME_CONSTANT) #endif { output[...
einpoklum's user avatar
  • 137k
0 votes
0 answers
42 views

I have some code using SvelteKit for JS, Sass (with Bootstrap) for CSS, optimized with PurgeCSS, and compiled with Vite. Here my vite.config.js: import { sveltekit } from '@sveltejs/kit/vite'; import {...
madbob's user avatar
  • 660
1 vote
1 answer
57 views

I am trying to use W3Schools CSS framework in web project. I am using VScode, Python , Django and the Live SASS compiler extension. What I want is to be able to use one or more of the W3Schools ...
Kev12853's user avatar
0 votes
0 answers
28 views

Migrating from @import to @use/@forward syntax in SASS and getting error "@use rules must be written before any other rules." while compiling. I can't find which rule(s) would be defined ...
rebkova's user avatar
  • 11
0 votes
0 answers
38 views

I want to create a div that is transparent but has a inner border radius. The div itself should not have a outer border radius. The end result should be a square that is itself transparent but has a ...
meyker's user avatar
  • 1
0 votes
0 answers
117 views

We upgraded an Angular app from PrimeNG 17 (classic theme) to PrimeNG 18 (new tokens/presets). After the upgrade, the UI changed notably (spacing, paddings, border radius, fonts, table row height, ...
saicharan's user avatar
  • 505
0 votes
0 answers
41 views

I'm trying to migrate my Rails 5.2 project from using sassc-rails to dartsass-sprockets. My filetree looks like: /app/stylesheets/ /aron.sass /colors.sass /aron/file.sass /nora/nora.sass /...
Aron Latis's user avatar
0 votes
0 answers
101 views

We (my team) recently upgraded our Angular to Version 15, and we have had many problems due to MDC- changes. My work is to upgrade our components library to be MDC based. I noticed all the mixins ...
SimonL's user avatar
  • 1
1 vote
1 answer
122 views

I’m building an Angular 19 application that loads its primary and secondary brand colors from a backend API at runtime. I want all Bootstrap 5 components (.btn-primary, .bg-primary, .alert-primary, ....
Harsh Savadia's user avatar
2 votes
0 answers
74 views

I want to build a Jekyll site with a custom dark neon theme. SCSS partials live in _sass/ and should compile into assets/css/main.css, linked in the head include. Expected Jekyll compiles assets/css/...
hoielamm's user avatar
0 votes
1 answer
55 views

I am trying to use Angular material form field along with flex-box, but unable to make them shrink on screen resize, i am sure i am missing some flex-box property or style, please help me in fix this ...
Shashank.gupta40's user avatar
0 votes
0 answers
39 views

I’m trying to run an old AngularJS project locally on Windows 11. The project uses: SCSS with Compass Pug templates Grunt tasks (grunt dev / grunt build) Node.js + Bower According to the README, I ...
yassel's user avatar
  • 1
4 votes
3 answers
691 views

I've recently created a new Angular application (v20.3.0) and I installed TailwindCSS v4, using the Angular documentation guideline which is very simple to do (also TailwindCSS in its documentation ...
Karim Garali's user avatar
0 votes
1 answer
114 views

We are trying to use dynamic colors coming from our backend to replace Bootstrap’s primary and secondary colors at runtime. Our approach is to map Bootstrap’s $primary and $secondary SCSS variables to ...
Harsh Savadia's user avatar
2 votes
1 answer
49 views

How can I override the text color of the mat-chip component? [style.background] works but [color]="'white'" doesn't - here would be 'label.color2' used. <tr *ngFor="let label of ...
smcoder's user avatar
  • 27
1 vote
1 answer
442 views

I wanted to use Tailwind and SCSS on my Nuxt site, but I noticed that the only way to make it work is if the file where I put @import is a CSS file; it doesn't work in an SCSS file. I don't understand ...
Michele Bianchi's user avatar
1 vote
0 answers
25 views

Since @import will be deprecated in Dart SASS, I've tried to find a solution for the following problem. I want to use the same partials for different clients which have different, colors, fonts, font ...
GuidoP's user avatar
  • 11
2 votes
6 answers
667 views

With the latest angular version, @angular/animations is being deprecated. I am struggling with migrating an animation in my application. This minimal example shows the animated height. Minimal example:...
stiil's user avatar
  • 147
0 votes
1 answer
59 views

MY angular project is using angular 18.2.3 and material is added using "ng add" to be compatible. BrowserModule, BrowserAnimationsModule, MatTooltipModule are imported and exported in shared....
Adventitious Angles Qs Poster's user avatar
0 votes
1 answer
992 views

[WARNING] 2 repetitive deprecation warnings omitted. Run in verbose mode to see all warnings. [plugin angular-sass] angular:styles/global:styles:1:8: 1 │ @import 'src/theme/global.scss'; ...
Sampath's user avatar
  • 66.2k
0 votes
0 answers
78 views

<span *ngIf="!filterExpand && hasAppliedFilters" class="applied-filters"> <span class="single-line-filters" #filtersContainer> <ng-container *...
SS_1528's user avatar
  • 71
0 votes
1 answer
123 views

I have problem with my React app, using Vite and React-Router v7, in framework mode, ssr: false. When using dev mode, all styles are being applied correctly (I'm using moduled SCSS, and one global app....
dsadad's user avatar
  • 23
0 votes
1 answer
54 views

So I'm building a site and I deployed it, but for some reason Firefox doesn't want to show one of the divs (Follow Us) for the footer. This only happens on the deployed version, localhost shows "...
Stacklep1's user avatar
  • 417
2 votes
1 answer
90 views

I'm migrating angular/material from 12 to 18, and refactoring my project css also In Package.json: "@angular/core": "^18.2.13", "@angular/material": "^18.2.13", ...
Kathiravan S's user avatar
0 votes
1 answer
79 views

I have a Rails 8 project using dartsass, my top-level application.scss looks like @use 'bootstrap.min.css'; @use 'colours.scss'; @use 'base.scss'; : and all is well, but one thing I would like to do ...
jjg's user avatar
  • 1,120
2 votes
2 answers
75 views

This is for a Navbar component that only shows up after the user scrolls to a certain section. At start it should not take up any space in the view. This works fine as intended. But observing a ...
kar's user avatar
  • 3,681
1 vote
0 answers
46 views

I'm working with a SCSS project containing a main index.scss that imports multiple component files (e.g. badges.scss, buttons.scss, folders.scss). The structure is: src/ ├ components/ │ ├ badges....
Achref's user avatar
  • 33
0 votes
1 answer
63 views

I follow [this tutorial ion the dart sass webpage). On an Ubuntu@Ubuntu 24.04.2 machine, I installed dart via: #!/bin/bash [ "$UID" -eq 0 ] || exec bash "$0" "$@" apt-...
k0pernikus's user avatar
  • 67.6k
2 votes
1 answer
79 views

I've come back to Angular after a long time and am a bit confused. Last time I used angular any routes defined where being rendered as children of router outlet. But now it is being rendered as child ...
Prithvi Emmanuel Machado's user avatar
0 votes
2 answers
76 views

I'm new to angular animations and was following a guide on how to animate an item. This is the template <div #header [@nav-header-animate] = "{ value: ...
Prithvi Emmanuel Machado's user avatar
2 votes
1 answer
52 views

I have created an npm package “theme” that contains @font-face and font-size definitions. This npm package is integrated into an Angular library “shared-elements”, which contains the components. This ...
Holgis's user avatar
  • 63
1 vote
0 answers
46 views

I have a CSS file with a @font-face declaration where font paths are specified as url("./icons/tficons.woff2"). However, when building with Webpack, these paths get rewritten to url(../tflex-...
Георгий Барсегян's user avatar
0 votes
1 answer
58 views

I, as a certified n00b, am having some trouble laying out some stuff with nested views in React/Reshaped in a footer for a narrow/mobile-device view. When there's enough space, it's easy enough: When ...
tlhinman's user avatar
  • 105
0 votes
0 answers
99 views

We are starting a new project using Next.js and Bootstrap 5, with Sass. We are trying to create a new theme, so we created a theme.scss file: @import '~bootstrap/scss/functions'; $primary: #005EA2; $...
NFall's user avatar
  • 1

1
2 3 4 5
555