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)
Sass / Dartsass-rails Error: Can't find style sheet to import / Undefined mixin
Rails 7, dartsass-rails, cssbundling-rails, propshaft, importmaps
App structure
app/assets/stylesheets/
/components
_index.scss
///other flies
/global
_index.scss
_variables.scss
///other fl...
Chrismisballs
Votes: 0
Answers: 1
Custom CSS not working with CSS Bundling for Rails 7
Playing around with Rails 7 and I don't understand why my custom CSS is not working.
I built new rails app with flag for Bootstrap, which is working fine (CSS and JS, tested with bootstrap modal). The...
Mr.Code
Votes: 0
Answers: 4
Sass built app/builds/application.css not making it into header
I am using the ruby Gem cssbundling-rails and dart-sass to process Sass in a Rails 7 app (and I am fairly new to Rails).
In the package.json file I define the build:css script:
"build:css": ...
dumbledad
Votes: 0
Answers: 1
CSS assets paths in 3rd party libraries when using jsbundling-rails
I'm in the process of updating my Rails app to version 7. As part of this, I've removed Webpacker and am trying to move my whole assets solution to the new jsbundling-rails and cssbundling-rails gems...
rctneil
Votes: 0
Answers: 0