Skip to content

LESS and CSS

French District edited this page Aug 19, 2017 · 1 revision

The Largo parent theme uses LESS CSS to generate the stylesheets including a number of elements borrowed and tweaked from Twitter Bootstrap.

You will notice that the theme’s main style.css is empty except for the header block because we enqueue our styles from css/style.css (the output of /less/style.less when it’s compiled), overriding the WordPress default behavior of including the style.css file in the root of the theme directory.

Clone this wiki locally