python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can i traslate from scss to css?
I have this code: i've tried traslate with this page: https://jsonformatter.org/scss-to-css but it does not worked, it say me this line is the problem @include transition($transition-fade);
.fade {
...
signup
Votes: 0
Answers: 1
Recompiling SASS on WordPress theme
I've edited the scss file on my WordPress theme but I'm unsure how to recompile the CSS, the functions.php file says:
main.scss: Compiled Framework source + custom styles.
Do I need to manually compi...
RuFFCuT
Votes: 0
Answers: 0
Is it possible to assign opacity to a SCSS hex color variable, re using that variable?
I have a series of scss variables representing colors re used throughout my app, like so:
$first-color: #00755E
I also have colors that are the same as this first color, but it's their hex values wit...

TheAtomicPeter
Votes: 0
Answers: 1
remove specific style from tailwind base
I have a project with tailwind and a (work in progress) UI library that we want to gradually migrate to.
I am importing the style on my index.css like this
@tailwind base;
@tailwind components;
@tailw...
Bobby
Votes: 0
Answers: 3