mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
Cards keep style with form tag wrapped around header and footer in article
This commit is contained in:
parent
3cfdc975d2
commit
dbd9c5a44f
259 changed files with 28939 additions and 7827 deletions
|
@ -11,8 +11,8 @@ const themeColors = [
|
|||
//"green",
|
||||
//"grey",
|
||||
//"indigo",
|
||||
//"jade",
|
||||
"lime",
|
||||
"indigo",
|
||||
//"lime",
|
||||
//"orange",
|
||||
//"pink",
|
||||
//"pumpkin",
|
||||
|
|
|
@ -3,7 +3,8 @@ const path = require('path');
|
|||
|
||||
// Define the source and destination paths
|
||||
const filesToCopy = [
|
||||
{ src: 'css/pico.lime.min.css', dest: 'docs/pico.min.css' },
|
||||
{ src: 'css/pico.indigo.css', dest: 'docs/pico.css' },
|
||||
{ src: 'css/pico.indigo.min.css', dest: 'docs/pico.min.css' },
|
||||
{ src: 'css/pico.colors.min.css', dest: 'docs/pico.colors.min.css' }
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue