Do I need to edit scss or css to style my wordpress website? -
Do I need to edit scss or css to style my wordpress website? -
i using wordpress theme , has both style.css , style.scss. want create changes in styling , wondering file need edit? both, style.css or style.scss?
thanks in advance.
information sass
css on own can fun, stylesheets getting larger, more complex, , harder maintain. preprocessor can help. sass lets utilize features don't exist in css yet variables, nesting, mixins, inheritance , other nifty goodies create writing css fun again.
once start tinkering sass, take preprocessed sass file , save out normal css file can utilize in web site.
answer need edit style.scss , generate style.css. 1 time started using sass oder less you'll never go css or regret it! larn how sass here. here software generate scss/less file.
css wordpress styles sass themes
Comments
Post a Comment