Skip to main content

All Questions

Tagged with
0 votes
0 answers
54 views

Linting for Pug and SASS inside Svelte files

My current setup is SvelteKit with preprocessors (TypeScript, Pug & SASS). I already have eslint, pug-lint & stylelint in place, but I can't make pug-lint and stylelint work inside .svelte ...
CRIS's user avatar
  • 346
0 votes
2 answers
59 views

How to make three texts position on top of each slots respectively?

Description I am developing a random name picker web app and I'd like to know how to make three texts positioned on top of each slot and aligned center in each slot simultaneously. The current image ...
loupdaniel's user avatar
0 votes
1 answer
32 views

PhpStorm navigate to style in PUG

In my project I use PUG and SCSS. When clicking a class name in PUG file I expect PhpStorm navigate me to appropriate style definition in a SCSS file. For example, in code p.text-white-75.mb-4 ...
Alexey's user avatar
  • 3,182
0 votes
1 answer
54 views

how to fix csp bug with pug, sass, gulp

This is my project structure: enter image description here My gulpfile.js : const gulp = require("gulp"); const pug = require("gulp-pug"); const sass = require('gulp-sass')(require(...
Cloly's user avatar
  • 1
0 votes
0 answers
32 views

kss-node multiple markup on page?

is there a way so show multiple markup on a page in kss-node? Like a overview page? Normal: // Whatever // // Lets show Whatever // // Markup: atoms/2.01.whatever/_2.01.1.whatever.html // // ...
McFly2k's user avatar
0 votes
1 answer
59 views

How to set the correct path to files connected via URL in SCSS

Problem with image/icon file paths connected in scss using: background: url(../images/bg-blue.svg); When setting outputPath in the plugin : new PugPlugin({ pretty: true, css: { enabled:...
Ivan Gimsky's user avatar
0 votes
0 answers
110 views

HTML Pug and SCSS Animation script not works in Chrome Browser

I get this Boxes Animation script from Codepen but it not working in old Chrome browser version 49 or early version, Can anyone figure out why it is not working in old chrome browser like version 49? ...
smallbee's user avatar
  • 351
1 vote
0 answers
153 views

Compiled Pug and scss, not functioning as expected

I am working on a portion of my website, a splash screen that has image in it. I am trying to create this effect on the loading image. I did use the inbuilt compiler to convert the pug to html, but my ...
UnfreeHeX's user avatar
0 votes
1 answer
139 views

is there any way a pug file can talk to sass file?

Is there any way I can send data from my pug main file to sass mixin file? in my project, there is a pug main file that calls a component which is stored in another pug file . The component pug file ...
Vishnu Suvarnan's user avatar
1 vote
1 answer
552 views

Vue testing expected empty value

I am am struggling with creating tests. I have a view that will eventually verify an email address with an auth code. I just have the view right now, nothing is hooked up to an email or generating a ...
Samantha's user avatar
  • 779
0 votes
1 answer
2k views

[Vue warn]: Property "text" was accessed during render but is not defined on instance with Pug

I am new to vue and am trying to make a view that authenticates an email with a code after somone signs up. I currently just have the view, nothing is hooked up to an email or generating the code. I ...
Samantha's user avatar
  • 779
0 votes
2 answers
74 views

How to make the height of all div are equal?

I have been fixing my codes since last night, I cannot add more height: 100% in some class names because it just messed up the output worse. This is my codepen -> https://codepen.io/sasddd/pen/...
Kirby Tan's user avatar
  • 113
2 votes
1 answer
82 views

How to make the lines all equal in height?

I've noticed that the lines are equal in height, I tried to add height: 100% in some specific containers but nothing happened. Any ideas would be appreciated.~ The first image is the expected output ...
Kirby Tan's user avatar
  • 113
0 votes
2 answers
39 views

How to prevent divs moving when changin window(browser) size?

so I am not really experienced in css. I was looking at a cool animation available at https://codepen.io/YusukeNakaya/pen/boyOYm. The html(pug) part is // Please typing your favorite word! - var $text ...
Ibrahim Noor's user avatar

15 30 50 per page