JPeer264 / node-rename-css-selectors

📝 Rename css classes and id's in files
MIT License
65 stars 9 forks source link

Unchanging custom class name #92

Closed mertgibi closed 1 year ago

mertgibi commented 1 year ago

console

WARNING: The following selectors got found but were ignored. please check if you do not want to allow these selectors instead
 - 'center' found in:
    ./pages/category.html(1):
Successfully wrote new files

category.html first 3 line

<section class="ov center">
    <div class="dr na iw sc lo r">
        <div class="om lt">

I want it to change in center but I don't understand how to do it

JPeer264 commented 1 year ago

Hey center is not included by default as it is part of the defualt HTML (see more here and the default excluded list).

To activate it you can use .setInclude as written in the Usage section in the README: https://github.com/JPeer264/node-rcs-core#usage. Please reopen the issue if it still happen