mirror of
https://github.com/picocss/pico.git
synced 2025-02-23 00:01:58 -05:00
18 lines
335 B
SCSS
18 lines
335 B
SCSS
// Config
|
|
// --------------------
|
|
|
|
// Enable <header>, <main>, <footer> inside <body> as a container
|
|
$enable-semantic-container: true;
|
|
|
|
// Enable a centered viewport for <header>, <main>, <footer> inside <body>
|
|
$enable-viewport: false;
|
|
|
|
// Enable .classes
|
|
$enable-classes: false;
|
|
|
|
|
|
// Pico Lib
|
|
// --------------------
|
|
|
|
@import "pico";
|