Simple live CSS is a D8 rewrite of Live CSS with basic features only.

CSS can be added within the page, with live preview. The changes can then be saved to a CSS file that will be added to every non-admin page. Its primary usage purpose is (temporarily) overriding existing css.

Project link

https://www.drupal.org/project/simple_live_css

Git instructions

git clone --branch 8.x-1.x https://git.drupalcode.org/project/simple_live_css.git

Comments

robindh created an issue. See original summary.

harishh’s picture

Hi @robindh

Please add hook_help

harishh’s picture

Status: Needs review » Needs work
robindh’s picture

Status: Needs work » Needs review

Hi, thanks for the quick reply + the composer.json patch.
I've added a hook_help implementation on the 8.x-1.x branch.

shaktik’s picture

Hi @robindh,

Thank for your contribution!

Kindly fix the below warning.

https://git.drupalcode.org/project/simple_live_css/-/blob/8.x-1.x/simple...
https://git.drupalcode.org/project/simple_live_css/-/blob/8.x-1.x/simple...

FILE: ../D9/simple_live_css/simple_live_css.module
----------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------
 24 | WARNING | Avoid backslash escaping in translatable strings when
    |         | possible, use "" quotes instead
 26 | WARNING | Avoid backslash escaping in translatable strings when
    |         | possible, use "" quotes instead
----------------------------------------------------------------------
avpaderno’s picture

Status: Needs review » Needs work
robindh’s picture

Status: Needs work » Needs review

@shaktik thanks, fixed on 8.x-1.x.

harishh’s picture

Looks good. Ready for RTBC

harishh’s picture

Status: Needs review » Reviewed & tested by the community
avpaderno’s picture

Assigned: Unassigned » avpaderno
Status: Reviewed & tested by the community » Fixed

Thank you for your contribution! I am going to update your account.

These are some recommended readings to help with excellent maintainership:

You can find more contributors chatting on the IRC #drupal-contribute channel. So, come hang out and stay involved.
Thank you, also, for your patience with the review process.
Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.

I thank all the dedicated reviewers as well.

robindh’s picture

Thanks! Does this mean I should be able to opt into security advisory coverage for the simple live css module? I went to its edit page, but the radio button is still grayed out + a message underneath it says: "You must be given access to opt into security advisory coverage."

avpaderno’s picture

OK, now you should. I apologize: The vetted role was not assigned.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.