-
Hi, I would like to know if there's a possibility to use frank helpers from helpers.rb within .sass files. I've tried
```
-if is_ipad?
sass goes here...
```
like I do successfully in .haml files, …
-
for example the `_bootstrap.scss` file contains now:
```
@import "../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap";
```
I suggest to replace the above with
```
@impo…
-
First up - thanks for this theme. It was instrumental in me returning to Sublime Text after a while :)
I'd love to see some distinction between CSS files and Sass source files (.scss/.sass) in terms …
-
Hi there,
This might have been me testing the new GitHub Actions setup. See #84
When I ran the GitHub Action for this gem (https://www.railsbump.org/gems/payola_spy) I saw this:
```
Run ./e…
-
There are still many CSS styles in the HTML files, which should all be moved to the SASS files. In addition, there are already duplications. For example, in the tooltip, the same CSS styles are in /_l…
bmen updated
9 months ago
-
Anytime I make a change to my style.scss file; localhost:3000 crashes.. here is my error log.
Any information would be greatly appreciated
0 info it worked if it ends with ok
1 verbose cli [ '/u…
-
# 🐛 bug report
`parcel serve` works fine but `parcel build` fails with:
```
@parcel/transformer-sass: Can't find stylesheet to import.
╷
5 │ @import "~bootstrap/scss/bootstrap";
│ …
-
At the moment all available sass files are simply compiled with a pypi libsass version on demand.
It would make sense to
a) do the sass compiling with webpack. This will bundle all transpiling in …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
Using Expo, this suddenly started happening, I have posted on discord, but I'm not sure if it's a bug or not:
### Error
```
Static Rendering Error (Node.js)
While trying to resolve module `@conv…