-
Notifications
You must be signed in to change notification settings - Fork 4
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
CSS is not generated from the SCSS #2
Comments
@csaeum Hard to say without loading up a test case, but I think the first step in troubleshooting would be to not use |
Ok I moved the SCSS of UIKIT into the Templates folder and imported them by relative path: |
If you're putting your scss imports in your templates folder, your
Stemming from the base of your Craft install. Is this example code working as expected?
|
The First generated this Output:
The Second generated this Output: <style>/*! Comment */ .navigation ul { Thanks for yout Help I tested this with PHP 7.0.33 and PHP 7.2.13 |
@csaeum there was a typo in |
Ok thanks it works now, thanks for your help. Will the generated files be cached for some time in a future release? So that it does not have to be generated for every page view? |
You can wrap your I don't have plans currently to implement file caching. |
Hi, I have a quick question about your chasegiunta / scss Plugin for Craft CMS
I have successfully installed and activated it.
Dependencies like leafo / scssphp are also installed.
I use UIKIT https://getuikit.com and I integrated everything after the documentary. In my opinion, it should fit.
In the I have included the files:
{% scss%}
{# 1. variables #}
$ global-link-color: # DA7D02;
{# 2. Load Standards #}
@import "{{siteUrl}} assets / scss / variables-theme.scss";
@import "{{siteUrl}} assets / scss / mixins-theme.scss";
{# 3. Rework #}
@mixin hook-card () {color: # 235689; }
{# 4. rest rest #}
@import "{{siteUrl}} assets / scss / uikit-theme.scss";
{% endscss%}
But under http://gregor-eisbahn.web-seo-consulting.eu/ the TAGS can be seen but are not completed in CSS but the actual SCSS are integrated.
What am I doing wrong?
Thanks for yout help
Greetings
Christian Säum
The text was updated successfully, but these errors were encountered: