-
- Downloads
Add tailwind typography for richtext
Showing
- majak_uistyleguide/templates/patterns/atoms/text/richtext.html 13 additions, 2 deletions..._uistyleguide/templates/patterns/atoms/text/richtext.html
- majak_uistyleguide/templates/patterns/atoms/text/richtext.yaml 2 additions, 1 deletion..._uistyleguide/templates/patterns/atoms/text/richtext.yaml
- majak_uistyleguide/templates/patterns/molecules/articles/article_richtext_content.html 1 addition, 1 deletion...patterns/molecules/articles/article_richtext_content.html
- package-lock.json 64 additions, 0 deletionspackage-lock.json
- package.json 2 additions, 1 deletionpackage.json
- src/css/atoms/heading.pcss 1 addition, 1 deletionsrc/css/atoms/heading.pcss
- tailwind.config.js 1 addition, 0 deletionstailwind.config.js
... | ... | @@ -11,9 +11,10 @@ |
"vue-slick-carousel": "^1.0.6" | ||
}, | ||
"devDependencies": { | ||
"@tailwindcss/typography": "^0.5.8", | ||
"autoprefixer": "^10.4.8", | ||
"color": "^3.1.2", | ||
"lodash": "^4.17.15", | ||
"autoprefixer": "^10.4.8", | ||
"postcss-import": "^12.0.1", | ||
"postcss-nested": "^4.2.1", | ||
"postcss-nesting": "^10.2.0", | ||
... | ... |
Please register or sign in to comment