CSS and SCSS Guidelines
Last updated
Was this helpful?
Last updated
Was this helpful?
Dude uses SCSS and modern CSS for styles. Our way of doing cascading style sheets is our own hybrid that is based on and the style guide used by by WordPress. Practically this brings us the is-*
and has-*
naming conventions in selectors.
The Guidelines are based on stylelint standards we have defined. Our stylelint config extends stylelint-config-standard
and stylelint-config-recommended-scss
. View the full .stylelintrc here: