More work on basic blocks
Showing
- gulpfile.js 7 additions, 3 deletionsgulpfile.js
- package-lock.json 212 additions, 70 deletionspackage-lock.json
- package.json 7 additions, 6 deletionspackage.json
- source/_data/data.json 77 additions, 75 deletionssource/_data/data.json
- source/_patterns/00-atoms/00-global/00-brand-colors.mustache 4 additions, 4 deletionssource/_patterns/00-atoms/00-global/00-brand-colors.mustache
- source/_patterns/00-atoms/00-global/01-neutral-colors.mustache 5 additions, 5 deletions...e/_patterns/00-atoms/00-global/01-neutral-colors.mustache
- source/_patterns/00-atoms/00-global/02-utility-colors.mustache 1 addition, 5 deletions...e/_patterns/00-atoms/00-global/02-utility-colors.mustache
- source/_patterns/00-atoms/00-global/03-3rd-brand-colors.mustache 18 additions, 0 deletions..._patterns/00-atoms/00-global/03-3rd-brand-colors.mustache
- source/_patterns/00-atoms/00-global/04-fonts.mustache 0 additions, 0 deletionssource/_patterns/00-atoms/00-global/04-fonts.mustache
- source/_patterns/00-atoms/01-text/headings.mustache 9 additions, 9 deletionssource/_patterns/00-atoms/01-text/headings.mustache
- source/_patterns/00-atoms/02-contact-lines/basic-contact-line.mustache 3 additions, 0 deletions...rns/00-atoms/02-contact-lines/basic-contact-line.mustache
- source/_patterns/00-atoms/03-buttons/autowidth-button.mustache 3 additions, 0 deletions...e/_patterns/00-atoms/03-buttons/autowidth-button.mustache
- source/_patterns/00-atoms/03-buttons/basic-button.mustache 3 additions, 0 deletionssource/_patterns/00-atoms/03-buttons/basic-button.mustache
- source/_patterns/00-atoms/03-buttons/button-colors.mustache 15 additions, 0 deletionssource/_patterns/00-atoms/03-buttons/button-colors.mustache
- source/_patterns/00-atoms/03-buttons/button-sizes.mustache 7 additions, 0 deletionssource/_patterns/00-atoms/03-buttons/button-sizes.mustache
- source/_patterns/00-atoms/03-buttons/default.mustache 0 additions, 3 deletionssource/_patterns/00-atoms/03-buttons/default.mustache
- source/_patterns/00-atoms/03-buttons/fullwidth-button.mustache 3 additions, 0 deletions...e/_patterns/00-atoms/03-buttons/fullwidth-button.mustache
- source/_patterns/00-atoms/03-buttons/green.mustache 0 additions, 10 deletionssource/_patterns/00-atoms/03-buttons/green.mustache
- source/_patterns/00-atoms/03-buttons/icon-button.mustache 8 additions, 0 deletionssource/_patterns/00-atoms/03-buttons/icon-button.mustache
- source/_patterns/00-atoms/03-buttons/inverted.mustache 0 additions, 11 deletionssource/_patterns/00-atoms/03-buttons/inverted.mustache
This diff is collapsed.
... | ... | @@ -10,12 +10,8 @@ |
"lodash.template": "^4.5.0", | ||
"minimist": "^1.2.3", | ||
"patternlab-node": "^2.12.0", | ||
"postcss-clean": "^1.1.0", | ||
"postcss-custom-properties": "^9.1.1", | ||
"styleguidekit-assets-default": "^3.0.0", | ||
"styleguidekit-mustache-default": "^3.0.0", | ||
"tailwind-css-variables": "^2.0.3", | ||
"tailwindcss-typography": "^3.1.0" | ||
"styleguidekit-mustache-default": "^3.0.0" | ||
}, | ||
"resolutions": { | ||
"lodash": "^4.17.12" | ||
... | ... | @@ -45,12 +41,17 @@ |
}, | ||
"devDependencies": { | ||
"@fullhuman/postcss-purgecss": "^1.3.0", | ||
"autoprefixer": "^9.5.1", | ||
"gulp-postcss": "^8.0.0", | ||
"gulp-rename": "^2.0.0", | ||
"postcss-assets": "^5.0.0", | ||
"postcss-clean": "^1.1.0", | ||
"postcss-custom-properties": "^9.1.1", | ||
"postcss-import": "^12.0.1", | ||
"postcss-nested": "^4.2.1", | ||
"postcss-preset-env": "^6.7.0", | ||
"tailwindcss": "1.2.0" | ||
"tailwind-css-variables": "^2.0.3", | ||
"tailwindcss": "^1.4.6", | ||
"tailwindcss-typography": "^3.1.0" | ||
} | ||
} |
File moved
Please register or sign in to comment