Remove configration notes and added to components code

This commit is contained in:
khatabwedaa
2021-05-28 11:08:06 +02:00
parent 1abb13481e
commit 6cbed66006
5 changed files with 44 additions and 2 deletions

View File

@@ -58,6 +58,17 @@
return {
name: 'With Pattern',
code: `
<!-- Add this to your tailwind.config.js -->
module.exports = {
theme: {
extend: {
spacing: {
128: '32rem',
},
},
},
}
<!-- Require css -->
<style>
.pattern {