Untitled

mail@pastecode.io avatar
unknown
javascript
11 days ago
195 B
5
Indexable
Never
tailwind.config = {
  theme: {
    extend: {
      colors: {
        // if you don't know the significance of this colour, please look it up
        'rebecca': 'rebeccapurple'
      }
    }
  }
}
Leave a Comment