Rating: 2 stars
Is there a documentation? How does this work!?
]]>Rating: 5 stars
The latest update breaks the site.. but if this happens it’s a fairly easy fix.
Go to github.com/scssphp/scssphp
Click on Code (in green) then Download Zip
Extract the zip
Upload everything in scssphp-master/src/* to your wp-content/plugins/wp-scss/src/ folder
Refresh the page and you should be good.
It looks like the author someone didn’t get all of the src folder added into the plugin in the latest update
]]>Rating: 1 star
Unfortunately this plugin had some updates in the past that broke several websites. Updates were slow and manual rollbacks were necessary.
]]>Rating: 2 stars
Been using this for years and when it works, it works well. But after it broke client sites yet again with the most recent update, I have to question the QA on this plugin.
]]>Rating: 3 stars
I have a hard time not using this plugin in my projects since it makes implementing SCSS just SO easy for my dev team. On the other hand, there have been 2 times in the past year where a major issue occurred with an update resulting in lots of broken websites. In both cases the developers were slow to address the issue. At this date, the plugin fails catastrophically if “always recompile” is selected.
]]>Rating: 5 stars
They just upgraded it to version 3.0 and it DOES NOT WORK, it will crash your entire site.
Developer has been unresponsive to everyone’s pleas to fix the catastrophic bug
]]>Rating: 1 star
Unfortunately although this used to be extremely useful the current version does not compile reliably, provides no errors or logs with which to investigate, and no support is available.
]]>Rating: 1 star
This plugin was used when our site was first built. The last update caused a critical failure which took out the site for a few days.
]]>Rating: 5 stars
This plugin works exactly as advertised – the ability to auto-compile scss is invaluable.
There are actually 2 enhancements that could be useful:
1. The base dir is limited to uploads (not a logical location), the wp-scss plugin (also not logical) and the current theme dir (most logical). I would personally prefer a separate dir under themes so that in the event that the theme is updated or switched, scss files are preserved.
2. Although there are plenty of workarounds, a pro version with a built-in scss editor/syntax checker would be enormously valuable – just make changes in the editor, save and view the changes…
But, still it’s a 5 star plugin…
]]>Rating: 1 star
I continue have issues with this plugin. Every time we make an update to any page, I have to go back to the WP-CSS plugin settings and click “save” to rewrite whatever bug it has. This works to correct my staging and production environments, but my dev environment breaks every single time. The WP-SCSS plugin changes the code when the staging or prod environment gets copied to dev. Then it creates a critical error and won’t allow me to overwrite it. I wish the developers would correct this issue and/or find a comparable alternative for us to use.
]]>Rating: 5 stars
I am unable to compile bootstrap 5.0.0. When will scssphp be updated?
]]>Rating: 5 stars
Many thanks for such a great plugin!
]]>Rating: 5 stars
Makes development so much easier.
]]>Rating: 5 stars
Thanks. Great Work
]]>Rating: 5 stars
Do the job as expected ??
]]>Rating: 4 stars
Not sure if any of you have had this issue, but on the latest version, when I edit a scss file and save it, it will NOT compile and update on the first try. It requires me to go back in the file, and add some dummy test class with dummy code, 2-3 times, before a build is triggered. This is super annoying! I have found a fix for this however.
Download the release from https://github.com/leafo/scssphp/releases. Make sure it is version 0.7.6
Open with a ZIP utility
Navigate into the “bin” folder. You will see “pscss”
Extract “pscss” into wp-content/plugins/wp-scss/scssphp/bin
Instant builds will now trigger.
Other than this bug, the plugin works very well, WHEN it actually compiles ??
]]>Rating: 5 stars
This is a very good plugin to make us use SCSS easier.
Normally I use CodeKit to compile SCSS to CSS on localhost. But for some urgent projects we need to edit via FTP. This can help us a lot.
Thank you so much.
]]>Rating: 1 star
When I have the plugin installed the system gets infected with spam links. There must be a security issue with this plugin.
I have reinstalled my site twice and after a few days WordPress gets hacked. I am almost 100% that it is this plugin doing it.
I have inte uninstalled now, lets see if I still get hacked ??
Please review the code!
]]>Rating: 5 stars
Very simple start (basically you set 2 directories scss & css), always works well, can display errors directly on site but also only for the logged in users ??
And, it finally has source maps =) so you can go with compressed (yep, it also compresses the output css and you can even choose how!) css output with no remorse.
It really brings so much and still keeps its simplicity.
]]>Rating: 5 stars
Please update scssphp to 0.7.6
]]>Rating: 3 stars
Awesome plugin, but without sass syntax…
]]>Rating: 5 stars
One of the few plugins i’ve ever rated. It’s so simple, but adds so much value. Reloads extremely fast, never had an issue on multiple installs.
]]>Rating: 5 stars
works great, very useful plugin
]]>Rating: 5 stars
This plugin is amazing, especially now that there are source maps!
For our workflow, I develop on the server so that way people can upload content while I’m developing, which ends up saving time. It’s much nicer having this plugin automate the SCSS conversion for me, rather than having to set up a gulp script and run the command line each time I work on a project. This is always running – just refresh your page twice, and the compilation happens (one refresh to compile, the other refresh to see the results. Tip, use ctrl + r to refresh quickly).
This plugin has made my work so much more enjoyable. Thank you so much!
]]>Rating: 5 stars
Making life so much easier. Excellent tool for developers.
]]>Rating: 1 star
Hi, thank you for this plugin!
I tried it in my localhost.
I tried writing some scss code like import, partial, nesting and it worked great.
But after I tried to use my existing css with 28000+ lines, it took forever to load and I tried to delete code to 5000 lines and I found that it took very long to load (Before, it loaded in 2 seconds but after add 5000 lines it took 18 seconds).
I tried to unchecked the “Enqueue Stylesheets” options but no change in load time but it still slowing the load time(probably the plugin still compile the scss file even though I don’t use it). I deactivate the plugin and the load time became normal again. After some try, this error appear:
Fatal error: Maximum execution time of 180 seconds exceeded in C:\xampp\htdocs\project_name\wp-content\plugins\wp-scss\scssphp\src\Parser.php on line 875
I wonder if it was because the css file is too big or I made a mistake. I hope you can look about it. Thank you for your attention
]]>Rating: 5 stars
Excellent plugin! Works perfectly! Thank you so much!
]]>Rating: 5 stars
Compiles and enqueues SCSS->CSS, as advertised. Unless you’re merely installing a 3rd party theme, or you have a full time dev working off a local environment, this plugin should power every WordPress site.
The only feature that’s missing is a “production” mode, which would crunch / combine / inject into style.css. I currently do this manually, but perhaps I’ll poke around and attempt to automate? Regardless, a big thanks to the author.
]]>Rating: 5 stars
Thanx devs … keep up the awesome work!!
]]>Rating: 5 stars
Worked perfectly. Saves lots of time setting up gulp files for scss compilation. you guys are great.
]]>