issues Search Results · repo:rails/dartsass-rails language:Ruby
Filter by
34 results
(48 ms)34 results
inrails/dartsass-rails (press backspace or delete to remove)Description: Rails 8.0.2 Webpack 5.99.5 dartsass-rails 0.5.1 sprockets 4.2.2
# app/assets/stylesheets/application.scss
@use somename-core-assets/app/assets/stylesheets/gemname_core/application ;
RAILS_ENV=production ...
Faq
- Opened on Apr 22
- #68
I am currently building a ruby library which includes some scss files. I have a customized font-family I m hoping to
create using the @font-face directive
@font-face {
font-family: FooBar ;
src: ...
emmaakachukwu
- Opened on Dec 9, 2024
- #67
After running the assets:clobber command, I encountered a cannot load such file -- sassc error. The issue temporarily
resolves when I manually save one of the SCSS files (e.g., by pressing command+s), ...
bsanjaasuren
- 1
- Opened on Aug 20, 2024
- #63
with sassc-rails I was used to inline comments like:
/* line 1415, app/assets/stylesheets/main.sass */
.footer-buttons {
display: flex;
}
I don t get them with dartsass-rails but I figured out you ...
creativetags
- Opened on Jul 29, 2024
- #60
I have met a problem to use the gem font-awesome-rails.
The command rails dartsass:build produces an error.
Error: Can t find stylesheet to import.
╷
2 │ @import font-awesome
│ ^^^^^^^^^^^^^^ ...
dima4p
- 4
- Opened on May 14, 2024
- #59
Hello,
This is a idea for an alternative way to run the dartsass watcher without using foreman. I didn t start with a PR to add
this because maybe it has some disadvantages I m unaware of, or it might ...
b-nik
- 1
- Opened on Apr 26, 2024
- #58
The readme says
If both the hash key and the hash value are directories instead of files, it configures a directory to directory
compliation, which compiles all public Sass files whose filenames do not ...
manuelmeurer
- Opened on Feb 19, 2024
- #57
Firstly, the libsass compilation process is very slow which doesn t play well with Rails app deployments. Why does it
compile when dartsass should already include a built-in x86_64 Linux binary?
Anyway, ...
januszm
- 1
- Opened on Feb 7, 2024
- #56
Hello,
i have a pretty basic dartsass-rails setup in place. To simplify things - let s say i have an application.scss file with
@import notyf/notyf.min.css ; inside. While this notyf css file is being ...
mbajur
- 1
- Opened on Jan 28, 2024
- #55
The README should/could also point out specifically that a reason for receiving
`LoadError: cannot load such file -- sassc`
… is that Sprockets could not find the css file being requested. That could ...
swillits
- 1
- Opened on Jan 17, 2024
- #53

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.