-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile AND inline SCSS using rel="scss" data-inline #158
Comments
This was referenced Mar 31, 2021
Closed
Tanja-4732
changed the title
Compile AND inline SCSS using rel="inline-scss"
Compile AND inline SCSS using rel="scss" data-inline
Mar 31, 2021
#160 should now be ready to be merged. |
Tanja-4732
added a commit
to Tanja-4732/trunk
that referenced
this issue
Apr 6, 2021
Allows for compiling and then in-lining SASS and SCSS using a new data-inline attribute in a data-trunk link tag. Compiling SASS and SCSS without inlining is still supported. This commit also fixes several spelling mistakes and updates documentation to reflect the changes. A non-squash version can be found at Bernd-L:inline-scss_no-squash, in case you want to see individual commits or for reverting individual changes.
Tanja-4732
added a commit
to Tanja-4732/trunk
that referenced
this issue
Apr 6, 2021
Allows for compiling and then in-lining SASS and SCSS using a new data-inline attribute in a data-trunk link tag. Compiling SASS and SCSS without inlining is still supported. This commit also fixes several spelling mistakes and updates documentation to reflect the changes. A non-squash version can be found at Bernd-L:inline-scss_no-squash, in case you want to see individual commits or for reverting individual changes.
thedodd
pushed a commit
that referenced
this issue
Apr 13, 2021
Allows for compiling and then in-lining SASS and SCSS using a new data-inline attribute in a data-trunk link tag. Compiling SASS and SCSS without inlining is still supported. This commit also fixes several spelling mistakes and updates documentation to reflect the changes. A non-squash version can be found at Bernd-L:inline-scss_no-squash, in case you want to see individual commits or for reverting individual changes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to have Trunk compile and then inline the compiled SCSS of my application.
Inlining works for CSS files:
And compiling and then linking to SCSS (with hashing) works too:
But what I want is to have my SCSS compiled, and then inlined, instead of being linked:
TL;DR
I want to compile and then inline SCSS using
rel="inline-scss"
.I already asked on Discord:
See https://discord.com/channels/701068342760570933/757269580182847629/826760524633079831
When will this be possible/could I make a PR for that?
The text was updated successfully, but these errors were encountered: